Home
last modified time | relevance | path

Searched refs:authType_ (Results 1 - 20 of 20) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context_callback_impl.cpp30 : authType_(authType), widgetContext_(widgetContext), in WidgetContextCallbackImpl()
40 widgetContext->AuthResult(result, authType_, extraInfo); in OnResult()
49 widgetContext->AuthTipInfo(acquireInfo, authType_, extraInfo); in OnAcquireInfo()
H A Dwidget_context_callback_impl.h40 int32_t authType_ {0};
H A Dremote_auth_context.cpp85 authType_(param.authType), in RemoteAuthContext()
216 std::vector<int32_t> authTypes = { authType_ }; in SendQueryExecutorInfoMsg()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp43 authType_ = executorInfo.authType; in Executor()
50 << ", role:" << executorRole_ << ", authType:" << authType_ << ")"; in Executor() local
195 return authType_; in GetAuthType()
/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.cpp28 authType_(authType) in IdentificationImpl()
81 hdi->BeginIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorIndex_, info); in Start()
H A Didentification_impl.h49 AuthType authType_; member in OHOS::UserIam::UserAuth::final
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_holder.cpp262 newApnItem->attr_.authType_ == oldApnItem->attr_.authType_ && in IsSameApnItem()
290 newApnItem->attr_.authType_ == oldApnItem->attr_.authType_ && in IsCompatibleApnItem()
H A Dapn_item.cpp98 apnItem->attr_.authType_ = apnData.authType; in MakeApn()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp57 : userId_(userId), credentialId_(credentialId), authType_(authType), innerCallback_(callback) in AuthCallback()
62 : userId_(userId), credentialId_(credentialId), authType_(authType), in AuthCallback()
73 if (authType_ == AuthType::PIN) { in HandleAuthResult()
94 if (!lockScreenStatus && authType_ != AuthType::RECOVERY_KEY) { in HandleAuthResult()
105 if (authType_ == static_cast<AuthType>(IAMAuthType::DOMAIN)) { in HandleAuthResult()
153 ACCOUNT_LOGI("Auth ret: authType=%{public}d, result=%{public}d, id=%{public}d", authType_, result, authedAccountId); in OnResult()
592 : userId_(userId), authType_(authType), innerCallback_(callback) in GetCredInfoCallbackWrapper()
600 if (authType_ == 0) { in OnCredentialInfo()
648 : authType_(authType), innerCallback_(callback) in GetSecUserInfoCallbackWrapper()
658 return item.authType == authType_; in OnSecUserInfo()
[all...]
/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_item.h52 int32_t authType_ = 0; member
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Dauth_instance_v9.h48 AuthType authType_ = FACE; member in OHOS::UserIam::UserAuth::AuthInstanceV9
/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h64 int32_t authType_ = INVALID_AUTH_TYPE; member in OHOS::UserIam::UserAuth::Executor
/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h62 int32_t authType_ = INVALID_AUTH_TYPE; member in OHOS::UserIam::UserAuth::RemoteAuthContext
/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h58 AuthType authType_; member in OHOS::AccountSA::AuthCallback
206 int32_t authType_; member in OHOS::AccountSA::GetCredInfoCallbackWrapper
242 AuthType authType_; member in OHOS::AccountSA::GetSecUserInfoCallbackWrapper
/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp306 authType_ = authType; in SetAuthType()
310 authType_ = authType; in SetAuthType()
320 if (!authType_.has_value()) { in GetAuthType()
321 IAM_LOGE("authType_ not assigned a value"); in GetAuthType()
325 return authType_; in GetAuthType()
/base/useriam/pin_auth/services/modules/executors/inc/
H A Dpin_auth_all_in_one_hdi.h64 std::optional<int32_t> authType_ {std::nullopt};
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp135 authType_ = AuthType(authType); in Init()
272 challenge_, authType_, authTrustLevel_, callback_); in Start()
/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp287 allInOneHdi->authType_ = AuthType::PIN; in HWTEST_F()
333 allInOneHdi->authType_ = AuthType::PIN; in HWTEST_F()
/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp121 activeDataParam.dataProfile.verType = apn->attr_.authType_; in DoConnect()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1800 dataProfile.verType = attachApn->attr_.authType_; in SetRilAttachApn()

Completed in 14 milliseconds