Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauthentication.h24 class IAuthentication { class
26 virtual ~IAuthentication() = default;
31 using CreateIAuthAdapterFuncPtr = IAuthentication *(*)(void);
H A Ddm_auth_manager.h541 std::map<int32_t, std::shared_ptr<IAuthentication>> authenticationMap_;
554 std::shared_ptr<IAuthentication> authPtr_;
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp57 extern "C" IAuthentication *CreatePinAuthObject(void) in CreatePinAuthObject()
/foundation/distributedhardware/device_manager/ext/pin_auth/include/
H A Dpin_auth.h29 class PinAuth : public IAuthentication {
/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Ddm_config_manager.h80 void GetAuthAdapter(std::map<int32_t, std::shared_ptr<IAuthentication>> &authAdapter);
/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp211 void DmConfigManager::GetAuthAdapter(std::map<int32_t, std::shared_ptr<IAuthentication>> &authAdapter) in GetAuthAdapter()
239 std::shared_ptr<IAuthentication> iAuthentication(func()); in GetAuthAdapter()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp1056 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1144 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1158 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1173 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1190 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1208 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1227 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1245 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
1264 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
H A DUTTest_dm_auth_manager_first.cpp479 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()

Completed in 7 milliseconds