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 | 372 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 | 715 auto ctrl = pServer->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in ConnectDetectDaemon()
|
| D | host_uart.cpp | 498 auto ctrl = server.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in EnumSerialPort()
|
| D | server_for_client.cpp | 731 … 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 | 443 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_DEATCH_CHANNEL, hChannel->channelId, nullptr, 0); in FreeChannelOpeate()
|
| D | session.cpp | 594 auto ctrl = BuildCtrlString(SP_STOP_SESSION, 0, nullptr, 0); in FreeSessionOpeate() 1080 vector<uint8_t> HdcSessionBase::BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8… in BuildCtrlString() function in Hdc::HdcSessionBase
|