Home
last modified time | relevance | path

Searched defs:connectKey (Results 1 – 16 of 16) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
Dhost_usb_wrapper.cpp57 extern "C" void OnDeviceConnected(void* ptr, char* connectKey, int len, bool success) in OnDeviceConnected()
76 extern "C" int WriteUsb(void* ptr, char* connectKey, int len, SerializedBuffer buf) in WriteUsb()
95 extern "C" PersistBuffer ReadUsb(void* ptr, char* connectKey, int len, int exceptedSize) in ReadUsb()
123 extern "C" void CancelUsbIo(void* ptr, char* connectKey, int len) in CancelUsbIo()
Dhost_usb.cpp473 HUSB HostUsb::GetUsbDevice(std::string connectKey) in OpenDeviceMyNeed()
599 string HostUsb::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfoIn… in OpenDeviceMyNeed()
Dhost_usb.h58 std::string connectKey; member
/developtools/smartperf_host/ide/src/hdc/message/
DSessionHandShake.ts67 get connectKey(): string { method in SessionHandShake
71 set connectKey(value: string) { method in SessionHandShake
/developtools/hdc/src/host/
Dhost_uart.cpp324 int HdcHostUART::OpenSerialPort(const std::string &connectKey) in EnumSerialPort()
417 void HdcHostUART::UpdateUARTDaemonInfo(const std::string &connectKey, HSession hSession, in EnumSerialPort()
525 HSession HdcHostUART::ConnectDaemon(const std::string &connectKey) in EnumSerialPort()
567 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in EnumSerialPort()
746 bool HdcHostUART::GetPortFromKey(const std::string &connectKey, std::string &portName, in EnumSerialPort()
Dclient.h70 string connectKey; variable
Dserver.cpp299 void HdcServer::AdminDaemonMapForWait(const string &connectKey, HDaemonInfo &hDaemonInfoInOut) in AdminDaemonMapForWait()
315 string HdcServer::AdminDaemonMap(uint8_t opType, const string &connectKey, HDaemonInfo &hDaemonInfo… in AdminDaemonMap()
487 …dcServer::UpdateHdiInfo(Hdc::HdcSessionBase::SessionHandShake &handshake, const string &connectKey) in UpdateHdiInfo()
818 int HdcServer::CreateConnect(const string &connectKey, bool isCheck) in CreateConnect()
Dmain.cpp191 int RunClientMode(string &commands, string &serverListenString, string &connectKey, bool isPullServ… in RunClientMode()
416 void RunExternalClient(string &str, string &connectKey, string &containerInOut) in RunExternalClient()
Dhost_tcp.cpp125 HSession HdcHostTCP::ConnectDaemon(const string &connectKey, bool isCheck) in ConnectDaemon()
Dserver_for_client.cpp309 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey in NewConnectTry()
344 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
416 string connectKey = hdi->connectKey; in GetAnyTarget() local
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp376 [&](const std::string &connectKey, HSession hSession, ConnStatus connStatus) { in __anon9961a2f60702()
728 std::string connectKey = "dummykey"; variable
/developtools/hdc/src/common/
Dchannel.h39 char connectKey[MAX_CONNECTKEY_SIZE]; member
Ddefine_plus.h206 std::string connectKey; member
322 std::string connectKey; member
357 std::string connectKey; member
372 std::string connectKey; member
Dsession.h32 string connectKey; member
Dbase.cpp832 int ConnectKey2IPPort(const char *connectKey, char *outIP, uint16_t *outPort, size_t outSize) in ConnectKey2IPPort()
/developtools/hdc/hdc_rust/src/cffi/
Dserial_struct.h31 string connectKey; member
95 const char* connectKey; member