Searched refs:IAuthentication (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | authentication.h | 24 class IAuthentication { class 26 virtual ~IAuthentication() = default; 31 using CreateIAuthAdapterFuncPtr = IAuthentication *(*)(void);
|
H A D | dm_auth_manager.h | 541 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 D | pin_auth.cpp | 57 extern "C" IAuthentication *CreatePinAuthObject(void) in CreatePinAuthObject()
|
/foundation/distributedhardware/device_manager/ext/pin_auth/include/ |
H A D | pin_auth.h | 29 class PinAuth : public IAuthentication {
|
/foundation/distributedhardware/device_manager/services/implementation/include/config/ |
H A D | dm_config_manager.h | 80 void GetAuthAdapter(std::map<int32_t, std::shared_ptr<IAuthentication>> &authAdapter);
|
/foundation/distributedhardware/device_manager/services/implementation/src/config/ |
H A D | dm_config_manager.cpp | 211 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 D | UTTest_dm_auth_manager_second.cpp | 1056 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 D | UTTest_dm_auth_manager_first.cpp | 479 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
|
Completed in 8 milliseconds