Home
last modified time | relevance | path

Searched refs:serverOrClient (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp17 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()
Dchannel.h22 HdcChannelBase(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn);
Ddefine_plus.h501 bool serverOrClient; // client's channel/ server's channel member
/developtools/hdc/src/host/
Dserver_for_client.h23 …HdcServerForClient(const bool serverOrClient, const string &addrString, void *pClsServer, uv_loop_…
Dclient.h28 …HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bool checkVe…
Dclient.cpp28 HdcClient::HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bo… in HdcClient() argument
29 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcClient()
Dserver_for_client.cpp25 HdcServerForClient::HdcServerForClient(const bool serverOrClient, const string &addrString, void *p… in HdcServerForClient() argument
27 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcServerForClient()