Searched refs:NewConnectTry (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server_for_client.h | 41 bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = false);
|
H A D | server_for_client.cpp | 309 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck) in NewConnectTry() function in Hdc::HdcServerForClient 417 bool ret = NewConnectTry(ptrServer, hChannel, connectKey); in GetAnyTarget() 510 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str()); in DoCommandLocal() 517 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str(), true); in DoCommandLocal()
|
Completed in 3 milliseconds