Searched refs:opType (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/host/ |
| D | server.h | 26 …virtual string AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoIn… 27 … string AdminForwardMap(uint8_t opType, const string &taskString, HForwardInfo &hForwardInfoInOut); 59 string GetDaemonMapList(uint8_t opType);
|
| D | server.cpp | 268 string HdcServer::GetDaemonMapList(uint8_t opType) in GetDaemonMapList() argument 272 if (opType == OP_GET_STRLIST_FULL) { in GetDaemonMapList() 311 string HdcServer::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfo… in AdminDaemonMap() argument 314 switch (opType) { in AdminDaemonMap() 331 sRet = GetDaemonMapList(opType); in AdminDaemonMap() 641 string HdcServer::AdminForwardMap(uint8_t opType, const string &taskString, HForwardInfo &hForwardI… in AdminForwardMap() argument 644 switch (opType) { in AdminForwardMap() 668 BuildForwardVisableLine(opType == OP_GET_STRLIST_FULL, di, sRet); in AdminForwardMap()
|