Home
last modified time | relevance | path

Searched defs:CreateAccount (Results 1 – 8 of 8) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp36 ErrCode AppAccountManager::CreateAccount(const std::string &name, const CreateAccountOptions &optio… in CreateAccount() function in OHOS::AccountSA::AppAccountManager
Dapp_account.cpp81 ErrCode AppAccount::CreateAccount(const std::string &name, const CreateAccountOptions &options) in CreateAccount() function in OHOS::AccountSA::AppAccount
Dapp_account_proxy.cpp96 ErrCode AppAccountProxy::CreateAccount(const std::string &name, const CreateAccountOptions &options) in CreateAccount() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp66 ErrCode MockAppAccountStub::CreateAccount(const std::string &name, const CreateAccountOptions &opti… in CreateAccount() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp60 ErrCode InnerAppAccountManager::CreateAccount(const std::string &name, const CreateAccountOptions &… in CreateAccount() function in OHOS::AccountSA::InnerAppAccountManager
Dapp_account_manager_service.cpp76 ErrCode AppAccountManagerService::CreateAccount(const std::string &name, const CreateAccountOptions… in CreateAccount() function in OHOS::AccountSA::AppAccountManagerService
Dapp_account_control_manager.cpp61 ErrCode AppAccountControlManager::CreateAccount(const std::string &name, const CreateAccountOptions… in CreateAccount() function in OHOS::AccountSA::AppAccountControlManager
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp196 napi_value NapiAppAccount::CreateAccount(napi_env env, napi_callback_info cbInfo) in CreateAccount() function in OHOS::AccountJsKit::NapiAppAccount