Home
last modified time | relevance | path

Searched refs:IsDevicesInP2PGroup (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp88 hichainConnector->IsDevicesInP2PGroup(hostDevice, reqDeviceId); in HiChainConnectorFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h144 * @tc.name: HiChainConnector::IsDevicesInP2PGroup
145 * @tc.desc: IsDevicesInP2PGroup of the HiChain Connector
148 bool IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp100 bool HiChainConnector::IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice) in IsDevicesInP2PGroup() function in OHOS::DistributedHardware::HiChainConnector
H A DUTTest_hichain_connector.cpp978 bool ret = hiChainConnector->IsDevicesInP2PGroup(hostDevice, peerDevice); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp543 bool HiChainConnector::IsDevicesInP2PGroup(const std::string &hostDevice, const std::string &peerDevice) in IsDevicesInP2PGroup() function in OHOS::DistributedHardware::HiChainConnector
545 LOGI("HiChainConnector::IsDevicesInP2PGroup"); in IsDevicesInP2PGroup()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp788 bool ret = hiChainConnector_->IsDevicesInP2PGroup(authResponseContext_->localDeviceId, localDeviceId); in AbilityNegotiate()
2325 if (hiChainConnector_->IsDevicesInP2PGroup(authResponseContext_->localDeviceId, in CheckTrustState()

Completed in 10 milliseconds