Searched refs:ParseAuthType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_second.cpp | 890 int32_t ret = authManager_->ParseAuthType(bindParam, authType); 899 int32_t ret = authManager_->ParseAuthType(bindParam, authType); 908 int32_t ret = authManager_->ParseAuthType(bindParam, authType); 917 int32_t ret = authManager_->ParseAuthType(bindParam, authType); 926 int32_t ret = authManager_->ParseAuthType(bindParam, authType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 491 int32_t ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1704 if (ParseAuthType(bindParam, authType) != DM_OK) { in BindTarget() 1773 int32_t DmAuthManager::ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &… in ParseAuthType() function in OHOS::DistributedHardware::DmAuthManager
|