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/
H A Daccountmgr_service_ipc_interface_code.h149 CREATE_ACCOUNT_IMPLICITLY, member in OHOS::AccountSA::AppAccountInterfaceCode
237 CREATE_ACCOUNT_IMPLICITLY, member in OHOS::AccountSA::AppAccountAuthenticatorInterfaceCode
/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
H A Dcreateaccountimplicitlystub_fuzzer.cpp68 uint32_t code = static_cast<uint32_t>(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY); in CreateAccountImplicitlyStubFuzzTest()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h115 CREATE_ACCOUNT_IMPLICITLY, enumerator
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp51 case static_cast<uint32_t>(AppAccountAuthenticatorInterfaceCode::CREATE_ACCOUNT_IMPLICITLY): in OnRemoteRequest()
H A Dapp_account_proxy.cpp149 ErrCode result = SendRequest(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY, data, reply); in CreateAccountImplicitly()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp119 ErrCode result = SendRequest(AppAccountAuthenticatorInterfaceCode::CREATE_ACCOUNT_IMPLICITLY, data, reply); in CreateAccountImplicitly()
H A Dapp_account_authenticator_session.cpp195 case CREATE_ACCOUNT_IMPLICITLY: in OnAbilityConnectDone()
H A Dapp_account_authenticator_session_manager.cpp93 auto session = std::make_shared<AppAccountAuthenticatorSession>(CREATE_ACCOUNT_IMPLICITLY, request); in CreateAccountImplicitly()
H A Dapp_account_stub.cpp77 static_cast<uint32_t>(AppAccountInterfaceCode::CREATE_ACCOUNT_IMPLICITLY),
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp566 EXPECT_EQ(mockServicePtr_->OnRemoteRequest(CREATE_ACCOUNT_IMPLICITLY, data, reply, option), ERR_NONE); in HWTEST_F()
762 EXPECT_EQ(mockServicePtr_->OnRemoteRequest(CREATE_ACCOUNT_IMPLICITLY, data, reply, option), ERR_NONE); in HWTEST_F()
H A Dapp_account_authenticator_session_module_test.cpp237 action = CREATE_ACCOUNT_IMPLICITLY; in HWTEST_F()

Completed in 10 milliseconds