Home
last modified time | relevance | path

Searched refs:SET_AUTHENTICATOR_PROPERTIES (Results 1 – 7 of 7) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_module_test.cpp137 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
174 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
279 action = SET_AUTHENTICATOR_PROPERTIES;
360 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h116 SET_AUTHENTICATOR_PROPERTIES, enumerator
Diapp_account.h146 SET_AUTHENTICATOR_PROPERTIES, enumerator
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session_manager.cpp137 …auto session = std::make_shared<AppAccountAuthenticatorSession>(SET_AUTHENTICATOR_PROPERTIES, requ… in SetAuthenticatorProperties()
Dapp_account_authenticator_session.cpp218 case SET_AUTHENTICATOR_PROPERTIES: in OnAbilityConnectDone()
Dapp_account_stub.cpp212 static_cast<uint32_t>(IAppAccount::Message::SET_AUTHENTICATOR_PROPERTIES),
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp1219 ErrCode result = SendRequest(IAppAccount::Message::SET_AUTHENTICATOR_PROPERTIES, data, reply); in SetAuthenticatorProperties()