Home
last modified time | relevance | path

Searched refs:STRING_EMPTY (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/common/
Ddefine.h77 const string STRING_EMPTY = ""; variable
Dchannel.cpp88 channelHost = STRING_EMPTY; in SetChannelTCPString()
89 channelHostPort = STRING_EMPTY; in SetChannelTCPString()
Dfile_descriptor.cpp184 thisClass->callbackFinish(thisClass->callerContext, fetalFinish, STRING_EMPTY); in FileIOOnThread()
/developtools/hdc/src/host/
Dserver_for_client.cpp247 ptrServer->AdminDaemonMap(OP_ADD, STRING_EMPTY, pDi); in OrderFindTargets()
384 string sRet = ptrServer->AdminDaemonMap(cmd, STRING_EMPTY, hdi); in GetTargetList()
399 ptrServer->AdminDaemonMap(OP_GET_ANY, STRING_EMPTY, hdi); in GetAnyTarget()
418 ptrServer->AdminDaemonMap(OP_WAIT_FOR_ANY, STRING_EMPTY, hdi); in WaitForAny()
Dserver.cpp298 if (key == STRING_EMPTY) { in GetDaemonMapOnlyOne()
301 key = STRING_EMPTY; in GetDaemonMapOnlyOne()
580 AdminForwardMap(OP_ADD, STRING_EMPTY, pdiNew); in FetchCommand()