Home
last modified time | relevance | path

Searched refs:authenticationMap_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp540 authManager_->authPtr_ = authManager_->authenticationMap_[1];
550 authManager_->authPtr_ = authManager_->authenticationMap_[1];
560 authManager_->authPtr_ = authManager_->authenticationMap_[1];
1038 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
1113 authManager_->authenticationMap_.clear();
1126 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
1140 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
1155 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
1172 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
1190 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
[all …]
H A DUTTest_dm_auth_manager_first.cpp463 …authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authT…
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_response_state.cpp240 authManager->authPtr_ = authManager->authenticationMap_[1];
404 authManager->authPtr_ = authManager->authenticationMap_[1];
462 authManager->authPtr_ = authManager->authenticationMap_[1];
H A DUTTest_auth_request_state.cpp434 authManager->authPtr_ = authManager->authenticationMap_[1];
494 authManager->authPtr_ = authManager->authenticationMap_[1];
563 authManager->authPtr_ = authManager->authenticationMap_[1];
619 authManager->authPtr_ = authManager->authenticationMap_[1];
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp106 dmConfigManager.GetAuthAdapter(authenticationMap_); in DmAuthManager()
108 authenticationMap_[AUTH_TYPE_IMPORT_AUTH_CODE] = nullptr; in DmAuthManager()
109 authenticationMap_[AUTH_TYPE_CRE] = nullptr; in DmAuthManager()
215 authPtr_ = authenticationMap_[authType]; in InitAuthState()
766 authPtr_ = authenticationMap_[authResponseContext_->authType]; in AbilityNegotiate()
1844 if (authenticationMap_.find(authType) == authenticationMap_.end()) { in IsAuthTypeSupported()
2375 authPtr_ = authenticationMap_[authResponseContext_->authType]; in ProcRespNegotiateExt()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h566 std::map<int32_t, std::shared_ptr<IAuthentication>> authenticationMap_; variable