Searched refs:BuildCtrlString (Results 1 – 10 of 10) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | daemon_tcp.cpp | 77 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in AcceptClient()
|
| D | daemon_uart.cpp | 227 auto ctrl = daemonSession.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession()
|
| D | daemon_usb.cpp | 376 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession()
|
| /developtools/hdc/src/host/ |
| D | host_tcp.cpp | 101 auto ctrl = ptrConnect->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in Connect()
|
| D | host_usb.cpp | 741 auto ctrl = pServer->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in ConnectDetectDaemon()
|
| D | host_uart.cpp | 499 auto ctrl = server.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in EnumSerialPort()
|
| D | server_for_client.cpp | 741 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_ATTACH_CHANNEL, hChannel->channelId, nullptr, 0); in BindChannelToSession()
|
| /developtools/hdc/src/common/ |
| D | session.h | 125 …static vector<uint8_t> BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8_t *data…
|
| D | channel.cpp | 462 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_DEATCH_CHANNEL, hChannel->channelId, nullptr, 0); in FreeChannelOpeate()
|
| D | session.cpp | 611 auto ctrl = BuildCtrlString(SP_STOP_SESSION, 0, nullptr, 0); in FreeSessionOpeate() 1101 vector<uint8_t> HdcSessionBase::BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8… in BuildCtrlString() function in Hdc::HdcSessionBase
|