Home
last modified time | relevance | path

Searched refs:NewConnectTry (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dserver_for_client.h41 …bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = fa…
Dserver_for_client.cpp301 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry() function in Hdc::HdcServerForClient
397 bool ret = NewConnectTry(ptrServer, hChannel, connectKey); in GetAnyTarget()
486 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str()); in DoCommandLocal()
493 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str(), true); in DoCommandLocal()