Home
last modified time | relevance | path

Searched refs:IsIdenticalAccount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp100 g_authManager->IsIdenticalAccount(); in DmAuthManagerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h117 bool IsIdenticalAccount(const std::string &networkId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h446 bool IsIdenticalAccount();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp558 if (resourceDesc[subtype] && !IsIdenticalAccount(networkId)) { in Enable()
964 bool ComponentManager::IsIdenticalAccount(const std::string &networkId) in IsIdenticalAccount() function in OHOS::DistributedHardware::ComponentManager
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp737 auto ret = ComponentManager::GetInstance().IsIdenticalAccount(NETWORK_TEST);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1615 bool DmAuthManager::IsIdenticalAccount() in IsIdenticalAccount() function in OHOS::DistributedHardware::DmAuthManager
2402 if (IsIdenticalAccount()) { in ProcRespNegotiate()
2613 if (IsIdenticalAccount()) { in CheckTrustState()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp367 bool ret = authManager_->IsIdenticalAccount();