Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp35 ErrCode AppAccountManager::CreateAccount(const std::string &name, const CreateAccountOptions &optio… in CreateAccount() function in OHOS::AccountSA::AppAccountManager
H A Dapp_account.cpp78 ErrCode AppAccount::CreateAccount(const std::string &name, const CreateAccountOptions &options) in CreateAccount() function in OHOS::AccountSA::AppAccount
H A Dapp_account_proxy.cpp105 ErrCode AppAccountProxy::CreateAccount(const std::string &name, const CreateAccountOptions &options) in CreateAccount() function in OHOS::AccountSA::AppAccountProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.cpp66 ErrCode MockAppAccountStub::CreateAccount(const std::string &name, const CreateAccountOptions &opti… in CreateAccount() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp52 ErrCode InnerAppAccountManager::CreateAccount(const std::string &name, const CreateAccountOptions &… in CreateAccount() function in OHOS::AccountSA::InnerAppAccountManager
H A Dapp_account_manager_service.cpp81 ErrCode AppAccountManagerService::CreateAccount(const std::string &name, const CreateAccountOptions… in CreateAccount() function in OHOS::AccountSA::AppAccountManagerService
H A Dapp_account_control_manager.cpp249 ErrCode AppAccountControlManager::CreateAccount(const std::string &name, const CreateAccountOptions… in CreateAccount() function in OHOS::AccountSA::AppAccountControlManager
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp195 napi_value NapiAppAccount::CreateAccount(napi_env env, napi_callback_info cbInfo) in CreateAccount() function in OHOS::AccountJsKit::NapiAppAccount