/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_context_callback_impl.cpp | 30 : authType_(authType), widgetContext_(widgetContext), in WidgetContextCallbackImpl() 40 widgetContext->AuthResult(result, authType_, extraInfo); in OnResult() 49 widgetContext->AuthTipInfo(acquireInfo, authType_, extraInfo); in OnAcquireInfo()
|
H A D | widget_context_callback_impl.h | 40 int32_t authType_ {0};
|
H A D | remote_auth_context.cpp | 85 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 D | executor.cpp | 43 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 D | identification_impl.cpp | 28 authType_(authType) in IdentificationImpl() 81 hdi->BeginIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorIndex_, info); in Start()
|
H A D | identification_impl.h | 49 AuthType authType_; member in OHOS::UserIam::UserAuth::final
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_holder.cpp | 262 newApnItem->attr_.authType_ == oldApnItem->attr_.authType_ && in IsSameApnItem() 290 newApnItem->attr_.authType_ == oldApnItem->attr_.authType_ && in IsCompatibleApnItem()
|
H A D | apn_item.cpp | 98 apnItem->attr_.authType_ = apnData.authType; in MakeApn()
|
/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_callback.cpp | 57 : 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 D | apn_item.h | 52 int32_t authType_ = 0; member
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
H A D | auth_instance_v9.h | 48 AuthType authType_ = FACE; member in OHOS::UserIam::UserAuth::AuthInstanceV9
|
/base/useriam/user_auth_framework/frameworks/native/executors/include/ |
H A D | executor.h | 64 int32_t authType_ = INVALID_AUTH_TYPE; member in OHOS::UserIam::UserAuth::Executor
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | remote_auth_context.h | 62 int32_t authType_ = INVALID_AUTH_TYPE; member in OHOS::UserIam::UserAuth::RemoteAuthContext
|
/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_callback.h | 58 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 D | pin_auth_all_in_one_hdi.cpp | 306 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 D | pin_auth_all_in_one_hdi.h | 64 std::optional<int32_t> authType_ {std::nullopt};
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | auth_instance_v9.cpp | 135 authType_ = AuthType(authType); in Init() 272 challenge_, authType_, authTrustLevel_, callback_); in Start()
|
/base/useriam/pin_auth/test/unittest/src/ |
H A D | pin_auth_all_in_one_hdi_unit_test.cpp | 287 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 D | cellular_data_state_machine.cpp | 121 activeDataParam.dataProfile.verType = apn->attr_.authType_; in DoConnect()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1800 dataProfile.verType = attachApn->attr_.authType_; in SetRilAttachApn()
|