Searched refs:serverOrClient (Results 1 – 7 of 7) sorted by relevance
/developtools/hdc/src/common/ |
D | channel.cpp | 17 HdcChannelBase::HdcChannelBase(const bool serverOrClient, const string &addrString, uv_loop_t *loop… in HdcChannelBase() argument 20 isServerOrClient = serverOrClient; in HdcChannelBase() 389 hChannel->serverOrClient = isServerOrClient; in MallocChannel() 418 if (!hChannel->serverOrClient) { in FreeChannelFinally() 444 if (!hChannel->serverOrClient) { in FreeChannelContinue()
|
D | channel.h | 22 HdcChannelBase(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn);
|
D | define_plus.h | 501 bool serverOrClient; // client's channel/ server's channel member
|
/developtools/hdc/src/host/ |
D | server_for_client.h | 23 …HdcServerForClient(const bool serverOrClient, const string &addrString, void *pClsServer, uv_loop_…
|
D | client.h | 28 …HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bool checkVe…
|
D | client.cpp | 28 HdcClient::HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bo… in HdcClient() argument 29 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcClient()
|
D | server_for_client.cpp | 25 HdcServerForClient::HdcServerForClient(const bool serverOrClient, const string &addrString, void *p… in HdcServerForClient() argument 27 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcServerForClient()
|