Home
last modified time | relevance | path

Searched refs:CREATE_ACCOUNT_IMPLICITLY (Results 1 – 11 of 11) sorted by relevance

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h133 CREATE_ACCOUNT_IMPLICITLY, enumerator
211 CREATE_ACCOUNT_IMPLICITLY, enumerator
/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
Dcreateaccountimplicitlystub_fuzzer.cpp71 uint32_t code = static_cast<uint32_t>(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY); in CreateAccountImplicitlyStubFuzzTest()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h115 CREATE_ACCOUNT_IMPLICITLY, enumerator
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_proxy.cpp119 …ErrCode result = SendRequest(AppAccountAuthenticatorInterfaceCode::CREATE_ACCOUNT_IMPLICITLY, data… in CreateAccountImplicitly()
Dapp_account_authenticator_session_manager.cpp93 …auto session = std::make_shared<AppAccountAuthenticatorSession>(CREATE_ACCOUNT_IMPLICITLY, request… in CreateAccountImplicitly()
Dapp_account_authenticator_session.cpp194 case CREATE_ACCOUNT_IMPLICITLY: in OnAbilityConnectDone()
Dapp_account_stub.cpp72 static_cast<uint32_t>(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY),
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_authenticator_stub.cpp50 static_cast<uint32_t>(AppAccountAuthenticatorInterfaceCode::CREATE_ACCOUNT_IMPLICITLY),
Dapp_account_proxy.cpp149 ErrCode result = SendRequest(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY, data, reply); in CreateAccountImplicitly()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticate_test.cpp559 …EXPECT_EQ(mockServicePtr_->OnRemoteRequest(CREATE_ACCOUNT_IMPLICITLY, data, reply, option), ERR_NO…
755 …EXPECT_EQ(mockServicePtr_->OnRemoteRequest(CREATE_ACCOUNT_IMPLICITLY, data, reply, option), ERR_NO…
Dapp_account_authenticator_session_module_test.cpp232 action = CREATE_ACCOUNT_IMPLICITLY;