Home
last modified time | relevance | path

Searched defs:ctrl (Results 1 – 9 of 9) sorted by relevance

/developtools/hdc_standard/src/daemon/
Ddaemon_tcp.cpp68 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in AcceptClient() local
Ddaemon_uart.cpp229 auto ctrl = daemonSession.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession() local
Ddaemon_usb.cpp367 auto ctrl = daemon->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in PrepareNewSession() local
/developtools/hdc_standard/src/host/
Dhost_tcp.cpp101 auto ctrl = ptrConnect->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in Connect() local
Dhost_uart.cpp489 auto ctrl = server.BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in ConnectDaemonByUart() local
Dhost_usb.cpp611 auto ctrl = pServer->BuildCtrlString(SP_START_SESSION, 0, nullptr, 0); in ConnectDetectDaemon() local
Dserver_for_client.cpp567 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_ATTACH_CHANNEL, hChannel->channelId, nullptr, 0); in BindChannelToSession() local
/developtools/hdc_standard/src/common/
Dsession.cpp575 auto ctrl = BuildCtrlString(SP_STOP_SESSION, 0, nullptr, 0); in FreeSessionOpeate() local
1059 CtrlStruct ctrl = {}; in BuildCtrlString() local
1073 bool HdcSessionBase::DispatchMainThreadCommand(HSession hSession, const CtrlStruct *ctrl) in DispatchMainThreadCommand()
1148 CtrlStruct *ctrl = reinterpret_cast<CtrlStruct *>(buf->base + index); in ReadCtrlFromMain() local
Dchannel.cpp395 … auto ctrl = HdcSessionBase::BuildCtrlString(SP_DEATCH_CHANNEL, hChannel->channelId, nullptr, 0); in FreeChannelOpeate() local