Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp968 bool ret = authManager_->IsAuthCodeReady(pkgName); in HWTEST_F()
977 bool ret = authManager_->IsAuthCodeReady(pkgName); in HWTEST_F()
986 bool ret = authManager_->IsAuthCodeReady(pkgName); in HWTEST_F()
995 bool ret = authManager_->IsAuthCodeReady(pkgName); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h476 bool IsAuthCodeReady(const std::string &pkgName);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp159 if ((authType == AUTH_TYPE_IMPORT_AUTH_CODE) && (!IsAuthCodeReady(pkgName))) { in CheckAuthParamVaild()
811 if (IsAuthCodeReady(authResponseContext_->hostPkgName)) { in AbilityNegotiate()
1797 bool DmAuthManager::IsAuthCodeReady(const std::string &pkgName) in IsAuthCodeReady() function in OHOS::DistributedHardware::DmAuthManager
1800 LOGE("DmAuthManager::IsAuthCodeReady, auth code not ready."); in IsAuthCodeReady()
1804 LOGE("IsAuthCodeReady failed, pkgName not supported."); in IsAuthCodeReady()
2138 if (IsAuthCodeReady(authResponseContext_->hostPkgName)) { in ProcRespNegotiateExt()

Completed in 7 milliseconds