///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 71 | |
| 72 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 73 | void FSecure::C3::Core::DeviceBridge::OnCommandFromConnector(ByteView command) |
| 74 | { |
| 75 | auto lock = std::lock_guard<std::mutex>{ m_ProtectWriteInConcurrentThreads }; |
| 76 | m_SendQueue.emplace_back(command); |
| 77 | } |
| 78 | |
| 79 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 80 | FSecure::ByteVector FSecure::C3::Core::DeviceBridge::RunCommand(ByteView command) |
no outgoing calls
no test coverage detected