Home
last modified time | relevance | path

Searched refs:IsAuthTypeSupported (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h475 bool IsAuthTypeSupported(const int32_t &authType);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp139 if (!IsAuthTypeSupported(authType)) { in CheckAuthParamVaild()
804 if (!IsAuthTypeSupported(authResponseContext_->authType)) { in AbilityNegotiate()
1833 bool DmAuthManager::IsAuthTypeSupported(const int32_t &authType) in IsAuthTypeSupported() function in OHOS::DistributedHardware::DmAuthManager
1836 LOGE("IsAuthTypeSupported failed, authType is not supported."); in IsAuthTypeSupported()
2132 if (!IsAuthTypeSupported(authResponseContext_->authType)) { in ProcRespNegotiateExt()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp1049 bool ret = authManager_->IsAuthTypeSupported(authType); in HWTEST_F()
1057 bool ret = authManager_->IsAuthTypeSupported(authType); in HWTEST_F()

Completed in 8 milliseconds