Searched refs:targetSessionId (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 463 thisClass->ChannelSendSessionCtrlMsg(ctrl, hChannel->targetSessionId); in FreeChannelOpeate() 567 void HdcChannelBase::EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo) in EchoToAllChannelsViaSessionId() argument 571 if (!hChannel->isDead && hChannel->targetSessionId == targetSessionId) { in EchoToAllChannelsViaSessionId() 572 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToAllChannelsViaSessionId()
|
| D | channel.h | 30 void EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo);
|
| D | define_plus.h | 503 uint32_t targetSessionId; member
|
| /developtools/hdc/src/host/ |
| D | server.h | 33 virtual void EchoToClientsForSession(uint32_t targetSessionId, const string &echo);
|
| D | server.cpp | 602 HSession hSessionByQuery = AdminSession(OP_QUERY, hChannel->targetSessionId, nullptr); in FetchCommand() 858 hChannel->targetSessionId = hSession->sessionId; in AttachChannel() 1001 void HdcServer::EchoToClientsForSession(uint32_t targetSessionId, const string &echo) in EchoToClientsForSession() argument 1004 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession() 1005 hSfc->EchoToAllChannelsViaSessionId(targetSessionId, echo); in EchoToClientsForSession()
|
| D | server_for_client.cpp | 578 HSession hSession = FindAliveSession(hChannel->targetSessionId); in TaskCommand()
|