Home
last modified time | relevance | path

Searched refs:ParseAuthType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp890 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 Ddm_auth_manager.h491 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 Ddm_auth_manager.cpp1704 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