Home
last modified time | relevance | path

Searched refs:ChannelSendSessionCtrlMsg (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/host/
Dserver_for_client.h57 bool ChannelSendSessionCtrlMsg(vector<uint8_t> &ctrlMsg, uint32_t sessionId) override;
Dserver_for_client.cpp800 bool HdcServerForClient::ChannelSendSessionCtrlMsg(vector<uint8_t> &ctrlMsg, uint32_t sessionId) in ChannelSendSessionCtrlMsg() function in Hdc::HdcServerForClient
/developtools/hdc/src/common/
Dchannel.h53 virtual bool ChannelSendSessionCtrlMsg(vector<uint8_t> &ctrlMsg, uint32_t sessionId) in ChannelSendSessionCtrlMsg() function
Dchannel.cpp439 thisClass->ChannelSendSessionCtrlMsg(ctrl, hChannel->targetSessionId); in FreeChannelOpeate()