Searched refs:opType (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server.h | 26 virtual string AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut); 28 string AdminForwardMap(uint8_t opType, const string &taskString, HForwardInfo &hForwardInfoInOut); 61 string GetDaemonMapList(uint8_t opType);
|
H A D | server.cpp | 257 string HdcServer::GetDaemonMapList(uint8_t opType) in GetDaemonMapList() argument 261 if (opType == OP_GET_STRLIST_FULL) { in GetDaemonMapList() 316 string HdcServer::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut) in AdminDaemonMap() argument 319 switch (opType) { in AdminDaemonMap() 336 sRet = GetDaemonMapList(opType); in AdminDaemonMap() 672 string HdcServer::AdminForwardMap(uint8_t opType, const string &taskString, HForwardInfo &hForwardInfoInOut) in AdminForwardMap() argument 675 switch (opType) { in AdminForwardMap() 699 BuildForwardVisableLine(opType == OP_GET_STRLIST_FULL, di, sRet); in AdminForwardMap()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.cpp | 569 string HostUsb::GetDaemonMapList(uint8_t opType)
in OpenDeviceMyNeed() argument 573 if (opType == OP_GET_STRLIST_FULL) {
in OpenDeviceMyNeed() 585 if (opType == OP_GET_READY_STRLIST) {
in OpenDeviceMyNeed() 599 string HostUsb::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut)
in OpenDeviceMyNeed() argument 602 switch (opType) {
in OpenDeviceMyNeed() 617 sRet = GetDaemonMapList(opType);
in OpenDeviceMyNeed() 621 sRet = GetDaemonMapList(opType);
in OpenDeviceMyNeed()
|
H A D | host_usb.h | 134 string AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut);
151 string GetDaemonMapList(uint8_t opType);
|
Completed in 4 milliseconds