Home
last modified time | relevance | path

Searched refs:BuildCtrlString (Results 1 – 10 of 10) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp77 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in AcceptClient()
Ddaemon_uart.cpp227 auto ctrl = daemonSession.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession()
Ddaemon_usb.cpp376 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession()
/developtools/hdc/src/host/
Dhost_tcp.cpp101 auto ctrl = ptrConnect->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in Connect()
Dhost_usb.cpp741 auto ctrl = pServer->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in ConnectDetectDaemon()
Dhost_uart.cpp499 auto ctrl = server.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in EnumSerialPort()
Dserver_for_client.cpp741 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_ATTACH_CHANNEL, hChannel->channelId, nullptr, 0); in BindChannelToSession()
/developtools/hdc/src/common/
Dsession.h125 …static vector<uint8_t> BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8_t *data…
Dchannel.cpp462 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_DEATCH_CHANNEL, hChannel->channelId, nullptr, 0); in FreeChannelOpeate()
Dsession.cpp611 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