Home
last modified time | relevance | path

Searched refs:CreateAccountImplicitly (Results 1 - 25 of 32) sorted by relevance

12

/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h35 ErrCode CreateAccountImplicitly(const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback);
H A Dmock_app_account_authenticator_stub.cpp64 ErrCode MockAppAccountAuthenticator::CreateAccountImplicitly( in CreateAccountImplicitly() function in OHOS::AccountSA::MockAppAccountAuthenticator
H A Dmock_app_account_stub.cpp72 ErrCode MockAppAccountStub::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() function in OHOS::AccountSA::MockAppAccountStub
H A Dmock_app_account_stub.h31 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,
/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account_authenticator.h41 virtual ErrCode CreateAccountImplicitly(
H A Dapp_account.h40 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,
H A Dapp_account_proxy.h33 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,
H A Diapp_account.h37 virtual ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,
/base/account/os_account/test/fuzztest/appaccount/createaccountimplicitly_fuzzer/
H A Dcreateaccountimplicitly_fuzzer.cpp60 result = AppAccountManager::CreateAccountImplicitly(testOwner, options, callback); in CreateAccountImplicitlyFuzzTest()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h40 ErrCode CreateAccountImplicitly(
H A Dapp_account_authenticator_session_manager.h48 ErrCode CreateAccountImplicitly(const AuthenticatorSessionRequest &request);
H A Dinner_app_account_manager.h38 ErrCode CreateAccountImplicitly(const AuthenticatorSessionRequest &request);
H A Dapp_account_manager_service.h36 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h70 ErrCode CreateAccountImplicitly(
H A Dnapi_app_account.h67 static napi_value CreateAccountImplicitly(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp324 ErrCode result = AppAccountManager::CreateAccountImplicitly( in HWTEST_F()
327 result = AppAccountManager::CreateAccountImplicitly(STRING_EMPTY, options, nullptr); in HWTEST_F()
332 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
336 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
340 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
344 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
351 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
354 result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, nullptr); in HWTEST_F()
371 ErrCode result = AppAccountManager::CreateAccountImplicitly(STRING_OWNER, options, callback); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp63 ErrCode CreateAccountImplicitly(
112 ErrCode MockAppAccountAuthenticator::CreateAccountImplicitly( in CreateAccountImplicitly() function in MockAppAccountAuthenticator
166 * @tc.desc: test authenticate proxy func CreateAccountImplicitly.
177 ErrCode result = authenticateProxyPtr_->CreateAccountImplicitly(options, callback); in HWTEST_F()
200 * @tc.desc: test authenticate proxy func CreateAccountImplicitly.
213 ErrCode result = authenticateProxyPtr_->CreateAccountImplicitly(options, callback); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp112 result = CreateAccountImplicitly(*options, callback); in ProcCreateAccountImplicitly()
H A Dapp_account_manager.cpp40 ErrCode AppAccountManager::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() function in OHOS::AccountSA::AppAccountManager
43 return AppAccount::GetInstance().CreateAccountImplicitly(owner, options, callback); in CreateAccountImplicitly()
H A Dapp_account.cpp95 ErrCode AppAccount::CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, in CreateAccountImplicitly() function in OHOS::AccountSA::AppAccount
108 return proxy->CreateAccountImplicitly(owner, options, callback); in CreateAccountImplicitly()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp102 ErrCode AppAccountAuthenticatorProxy::CreateAccountImplicitly( in CreateAccountImplicitly() function in OHOS::AccountSA::AppAccountAuthenticatorProxy
H A Dinner_app_account_manager.cpp60 ErrCode InnerAppAccountManager::CreateAccountImplicitly(const AuthenticatorSessionRequest &request) in CreateAccountImplicitly() function in OHOS::AccountSA::InnerAppAccountManager
62 return sessionManager_.CreateAccountImplicitly(request); in CreateAccountImplicitly()
H A Dapp_account_authenticator_session.cpp196 resultCode = authenticatorProxy_->CreateAccountImplicitly(request_.createOptions, in OnAbilityConnectDone()
H A Dapp_account_authenticator_session_manager.cpp91 ErrCode AppAccountAuthenticatorSessionManager::CreateAccountImplicitly(const AuthenticatorSessionRequest &request) in CreateAccountImplicitly() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h88 static ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options,

Completed in 15 milliseconds

12