Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h69 const string STRING_EMPTY = ""; variable
Dfile_descriptor.cpp139 thisClass->callbackFinish(thisClass->callerContext, fetalFinish, STRING_EMPTY); in FileIOOnThread()
Dchannel.cpp87 channelHost = STRING_EMPTY; in SetChannelTCPString()
88 channelHostPort = STRING_EMPTY; in SetChannelTCPString()
/developtools/hdc/src/host/
Dserver_for_client.cpp240 ptrServer->AdminDaemonMap(OP_ADD, STRING_EMPTY, pDi); in OrderFindTargets()
375 string sRet = ptrServer->AdminDaemonMap(cmd, STRING_EMPTY, hdi); in GetTargetList()
390 ptrServer->AdminDaemonMap(OP_GET_ANY, STRING_EMPTY, hdi); in GetAnyTarget()
409 ptrServer->AdminDaemonMap(OP_WAIT_FOR_ANY, STRING_EMPTY, hdi); in WaitForAny()
Dserver.cpp297 if (key == STRING_EMPTY) { in GetDaemonMapOnlyOne()
300 key = STRING_EMPTY; in GetDaemonMapOnlyOne()
590 AdminForwardMap(OP_ADD, STRING_EMPTY, pdiNew); in FetchCommand()