Home
last modified time | relevance | path

Searched refs:IsAuthCodeReady (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp950 bool ret = authManager_->IsAuthCodeReady(pkgName);
959 bool ret = authManager_->IsAuthCodeReady(pkgName);
968 bool ret = authManager_->IsAuthCodeReady(pkgName);
977 bool ret = authManager_->IsAuthCodeReady(pkgName);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h489 bool IsAuthCodeReady(const std::string &pkgName);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp156 if ((authType == AUTH_TYPE_IMPORT_AUTH_CODE) && (!IsAuthCodeReady(pkgName))) { in CheckAuthParamVaild()
769 if (IsAuthCodeReady(authResponseContext_->hostPkgName)) { in AbilityNegotiate()
1806 bool DmAuthManager::IsAuthCodeReady(const std::string &pkgName) in IsAuthCodeReady() function in OHOS::DistributedHardware::DmAuthManager
2377 if (IsAuthCodeReady(authResponseContext_->hostPkgName)) { in ProcRespNegotiateExt()