Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/appaccount_stub/setauthenticatorpropertiesstub_fuzzer/
Dsetauthenticatorpropertiesstub_fuzzer.cpp68 uint32_t code = static_cast<uint32_t>(AppAccountInterfaceCode::SET_AUTHENTICATOR_PROPERTIES); in SetAuthenticatorPropertiesStubFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_module_test.cpp135 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
172 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
277 action = SET_AUTHENTICATOR_PROPERTIES;
358 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES;
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h131 SET_AUTHENTICATOR_PROPERTIES, enumerator
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h113 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.cpp210 case SET_AUTHENTICATOR_PROPERTIES: in OnAbilityConnectDone()
Dapp_account_stub.cpp216 static_cast<uint32_t>(AppAccountInterfaceCode::SET_AUTHENTICATOR_PROPERTIES),
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp1065 … ErrCode result = SendRequest(AppAccountInterfaceCode::SET_AUTHENTICATOR_PROPERTIES, data, reply); in SetAuthenticatorProperties()