Searched refs:ParseAuthType (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_second.cpp | 908 int32_t ret = authManager_->ParseAuthType(bindParam, authType); in HWTEST_F() 917 int32_t ret = authManager_->ParseAuthType(bindParam, authType); in HWTEST_F() 926 int32_t ret = authManager_->ParseAuthType(bindParam, authType); in HWTEST_F() 935 int32_t ret = authManager_->ParseAuthType(bindParam, authType); in HWTEST_F() 944 int32_t ret = authManager_->ParseAuthType(bindParam, authType); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 478 int32_t ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType);
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1695 if (ParseAuthType(bindParam, authType) != DM_OK) { in BindTarget() 1764 int32_t DmAuthManager::ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType) in ParseAuthType() function in OHOS::DistributedHardware::DmAuthManager 1768 LOGE("DmAuthManager::ParseAuthType bind param key: %{public}s not exist.", PARAM_KEY_AUTH_TYPE); in ParseAuthType() 1773 LOGE("DmAuthManager::ParseAuthType bind param %{public}s is empty.", PARAM_KEY_AUTH_TYPE); in ParseAuthType() 1777 LOGE("DmAuthManager::ParseAuthType bind param %{public}s length is unsupported.", PARAM_KEY_AUTH_TYPE); in ParseAuthType() 1781 LOGE("DmAuthManager::ParseAuthType bind param %{public}s fromat is unsupported.", PARAM_KEY_AUTH_TYPE); in ParseAuthType()
|
Completed in 8 milliseconds