Home
last modified time | relevance | path

Searched refs:IsIdenticalAccount (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp100 g_authManager->IsIdenticalAccount(); in DmAuthManagerFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h117 bool IsIdenticalAccount(const std::string &networkId);
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h428 * @tc.name: DmAuthManager::IsIdenticalAccount
432 bool IsIdenticalAccount();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp590 if (resourceDesc[subtype] && !IsIdenticalAccount(networkId)) { in CheckSubtypeResource()
975 bool ComponentManager::IsIdenticalAccount(const std::string &networkId) in IsIdenticalAccount() function in OHOS::DistributedHardware::ComponentManager
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp51 bool DmAuthManager::IsIdenticalAccount() in IsIdenticalAccount() function in OHOS::DistributedHardware::DmAuthManager
H A DUTTest_dm_auth_manager_first.cpp383 bool ret = authManager_->IsIdenticalAccount(); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp755 * @tc.desc: Verify the IsIdenticalAccount function
763 auto ret = ComponentManager::GetInstance().IsIdenticalAccount(NETWORK_TEST); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1606 bool DmAuthManager::IsIdenticalAccount() in IsIdenticalAccount() function in OHOS::DistributedHardware::DmAuthManager
2163 if (IsIdenticalAccount()) { in ProcRespNegotiate()
2316 if (IsIdenticalAccount()) { in CheckTrustState()

Completed in 12 milliseconds