Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 - 19 of 19) sorted by relevance

/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h125 AUTH = 1,
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dschedule_node_helper_test.cpp67 scheduleInfo.scheduleMode = HdiScheduleMode::AUTH; in HWTEST_F()
H A Dauthentication_impl_test.cpp274 scheduleInfo.scheduleMode = HdiScheduleMode::AUTH; in HWTEST_F()
/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h238 AUTH, member in OHOS::AccountSA::AppAccountAuthenticatorInterfaceCode
/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_plugin.h113 AUTH, enumerator
/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h165 AUTH
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h116 AUTH, enumerator
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.h50 ScheduleMode scheduleMode {AUTH};
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp53 case static_cast<uint32_t>(AppAccountAuthenticatorInterfaceCode::AUTH): in OnRemoteRequest()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp151 ErrCode result = SendRequest(AppAccountAuthenticatorInterfaceCode::AUTH, data, reply); in Auth()
H A Dapp_account_authenticator_session.cpp199 case AUTH: in OnAbilityConnectDone()
H A Dapp_account_authenticator_session_manager.cpp105 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTH, request); in Auth()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp586 EXPECT_EQ(mockServicePtr_->OnRemoteRequest(AUTH, data, reply, option), ERR_NONE); in HWTEST_F()
789 EXPECT_EQ(mockServicePtr_->OnRemoteRequest(AUTH, data, reply, option), ERR_NONE); in HWTEST_F()
H A Dapp_account_authenticator_session_module_test.cpp244 action = AUTH; in HWTEST_F()
/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp614 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); in HWTEST_F()
645 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); in HWTEST_F()
671 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); in HWTEST_F()
699 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); in HWTEST_F()
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp71 case AUTH: in OnBeginExecuteInner()
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp80 return ScheduleMode::AUTH;
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp251 case PluginMethodEnum::AUTH: in GetMethodNameByEnum()
617 auto iter = methodMap_.find(PluginMethodEnum::AUTH); in PluginAuth()
619 ACCOUNT_LOGE("Caller method=%{public}d not exsit.", PluginMethodEnum::AUTH); in PluginAuth()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp76 {PluginMethodEnum::AUTH, reinterpret_cast<void *>(Auth)},

Completed in 20 milliseconds