Searched refs:AUTH (Results 1 – 13 of 13) sorted by relevance
/base/useriam/user_auth_framework/interfaces/inner_api/ |
D | iam_common_defines.h | 61 AUTH = 1, enumerator
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | iapp_account_authenticator.h | 53 AUTH enumerator
|
D | app_account_common.h | 119 AUTH, enumerator
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | schedule_node_helper_test.cpp | 83 scheduleInfo.scheduleMode = HdiScheduleMode::AUTH;
|
D | authentication_impl_test.cpp | 213 scheduleInfo.scheduleMode = HdiScheduleMode::AUTH; in __anon84af662f0402()
|
/base/useriam/user_auth_framework/services/core/src/ |
D | schedule_node_impl.h | 49 ScheduleMode scheduleMode {AUTH};
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_authenticator_proxy.cpp | 151 ErrCode result = SendRequest(IAppAccountAuthenticator::Message::AUTH, data, reply); in Auth()
|
D | app_account_authenticator_session_manager.cpp | 105 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTH, request); in Auth()
|
D | app_account_authenticator_session.cpp | 206 case AUTH: in OnAbilityConnectDone()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_authenticator_stub.cpp | 59 static_cast<uint32_t>(IAppAccountAuthenticator::Message::AUTH),
|
/base/useriam/user_auth_framework/common/executors/src/framework/ |
D | framework_executor_callback.cpp | 70 case AUTH: in OnBeginExecuteInner()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_authenticator_session_module_test.cpp | 241 action = AUTH;
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | executor_unit_test.cpp | 593 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); 620 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); 646 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH); 674 commandAttrs->SetUint32Value(Attributes::AttributeKey::ATTR_SCHEDULE_MODE, AUTH);
|