Home
last modified time | relevance | path

Searched refs:hostDevice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp71 std::string hostDevice(reinterpret_cast<const char*>(data), size); in HiChainConnectorFuzzTest()
88 hichainConnector->IsDevicesInP2PGroup(hostDevice, reqDeviceId); in HiChainConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h148 bool IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp559 bool HiChainConnector::IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDe… in IsDevicesInP2PGroup() argument
563 GetRelatedGroups(hostDevice, hostGroupInfoList); in IsDevicesInP2PGroup()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp975 std::string hostDevice = "hostDeviceTest"; variable
978 bool ret = hiChainConnector->IsDevicesInP2PGroup(hostDevice, peerDevice);