Searched refs:HDaemonInfo (Results 1 - 12 of 12) sorted by relevance
/developtools/hdc/src/host/ |
H A D | server.h | 26 virtual string AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut); 27 void AdminDaemonMapForWait(const string &connectKey, HDaemonInfo &hDaemonInfoInOut); 50 void BuildDaemonVisableLine(HDaemonInfo hdi, bool fullDisplay, string &out); 58 void BuildForwardVisableLine(HDaemonInfo hdi, char *out, int sizeOutBuf); 64 void GetDaemonMapOnlyOne(HDaemonInfo &hDaemonInfoInOut); 69 map<string, HDaemonInfo> mapDaemon;
|
H A D | server.cpp | 209 map<string, HDaemonInfo>::iterator iter; in ClearMapDaemonInfo() 213 HDaemonInfo hDi = iter->second; in ClearMapDaemonInfo() 223 void HdcServer::BuildDaemonVisableLine(HDaemonInfo hdi, bool fullDisplay, string &out) in BuildDaemonVisableLine() 265 map<string, HDaemonInfo>::iterator iter; in GetDaemonMapList() 268 HDaemonInfo di = iter->second; in GetDaemonMapList() 280 void HdcServer::GetDaemonMapOnlyOne(HDaemonInfo &hDaemonInfoInOut) in GetDaemonMapOnlyOne() 300 void HdcServer::AdminDaemonMapForWait(const string &connectKey, HDaemonInfo &hDaemonInfoInOut) in AdminDaemonMapForWait() 302 map<string, HDaemonInfo>::iterator iter; in AdminDaemonMapForWait() 304 HDaemonInfo di = iter->second; in AdminDaemonMapForWait() 316 string HdcServer::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo [all...] |
H A D | server_for_client.cpp | 204 HDaemonInfo hdi = nullptr; in SendToDaemon() 247 HDaemonInfo pDi = reinterpret_cast<HDaemonInfo>(&di); in OrderFindTargets() 266 HDaemonInfo hdi = nullptr; in OrderConnecTargetResult() 347 HDaemonInfo hdiOld = nullptr; in CommandRemoveSession() 394 HDaemonInfo hdi = nullptr; in GetTargetList() 409 HDaemonInfo hdi = nullptr; in GetAnyTarget() 428 HDaemonInfo hdi = nullptr; in WaitForAny() 701 HDaemonInfo hdi = nullptr; in FindAliveSessionFromDaemonMap() 771 HDaemonInfo hdiOl in CheckAutoFillTarget() [all...] |
H A D | host_usb.h | 27 HSession ConnectDetectDaemon(const HSession hSession, const HDaemonInfo pdi);
|
H A D | host_uart.cpp | 422 HDaemonInfo diNewPtr = &diNew;
in EnumSerialPort() 441 HDaemonInfo diOldPtr = nullptr;
in EnumSerialPort() 483 HSession HdcHostUART::ConnectDaemonByUart(const HSession hSession, const HDaemonInfo)
in EnumSerialPort() argument 548 HDaemonInfo hdi = nullptr;
in EnumSerialPort() 557 HDaemonInfo hdi = nullptr;
in EnumSerialPort()
|
H A D | host_uart.h | 40 [[maybe_unused]] const HDaemonInfo = nullptr);
|
H A D | host_usb.cpp | 336 HDaemonInfo pDi = nullptr; in UpdateUSBDaemonInfo() 337 HDaemonInfo hdiNew = &di; in UpdateUSBDaemonInfo() 735 HSession HdcHostUSB::ConnectDetectDaemon(const HSession hSession, const HDaemonInfo pdi) in ConnectDetectDaemon()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.cpp | 195 HDaemonInfo pDi = nullptr;
in UpdateUSBDaemonInfo() 196 HDaemonInfo hdiNew = &di;
in UpdateUSBDaemonInfo() 522 static void BuildDaemonVisableLine(HDaemonInfo hdi, bool fullDisplay, string &out)
in OpenDeviceMyNeed() 577 map<string, HDaemonInfo>::iterator iter;
in OpenDeviceMyNeed() 580 HDaemonInfo di = iter->second;
in OpenDeviceMyNeed() 599 string HostUsb::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut)
in OpenDeviceMyNeed() 604 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation();
in OpenDeviceMyNeed() 642 map<string, HDaemonInfo>::iterator iter;
in OpenDeviceMyNeed() 644 HDaemonInfo di = iter->second;
in OpenDeviceMyNeed() 656 map<string, HDaemonInfo> in OpenDeviceMyNeed() [all...] |
H A D | host_usb.h | 63 using HDaemonInfo = struct HdcDaemonInformation *;
134 string AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoInOut);
159 map<string, HDaemonInfo> mapDaemon;
|
H A D | host_usb_wrapper.cpp | 42 HDaemonInfo pi;
in GetReadyUsbDevice()
|
/developtools/hdc/src/common/ |
H A D | define_plus.h | 366 using HDaemonInfo = struct HdcDaemonInformation *;
|
/developtools/hdc/test/unittest/common/ |
H A D | host_uart_test.cpp | 45 MOCK_METHOD3(AdminDaemonMap, string(uint8_t, const string &, HDaemonInfo &));
|
Completed in 11 milliseconds