Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dserver_for_client.h41 bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = false);
H A Dserver_for_client.cpp309 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