Home
last modified time | relevance | path

Searched defs:CreateOsAccount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_util.cpp36 std::string AccountCommandUtil::CreateOsAccount() in CreateOsAccount() function in OHOS::AccountSA::AccountCommandUtil
46 std::string AccountCommandUtil::CreateOsAccount(const std::string &name) in CreateOsAccount() function in OHOS::AccountSA::AccountCommandUtil
/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_os_account_manager_impl.cpp42 ErrCode EdmOsAccountManagerImpl::CreateOsAccount(const std::string &name, const OHOS::AccountSA::Os… in CreateOsAccount() function in OHOS::EDM::EdmOsAccountManagerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp81 ErrCode OsAccountManagerWrapper::CreateOsAccount(const std::string &name, int32_t &osAccountUserId) in CreateOsAccount() function in OHOS::AppExecFwk::OsAccountManagerWrapper
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp24 ErrCode OsAccountManager::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountManager
30 ErrCode OsAccountManager::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountManager
36 ErrCode OsAccountManager::CreateOsAccount(const std::string& localName, const std::string& shortNam… in CreateOsAccount() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json24 "CreateOsAccount": [], array
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp86 ErrCode OsAccountManagerService::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
96 ErrCode OsAccountManagerService::CreateOsAccount(const std::string &localName, const std::string &s… in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
H A Dinner_os_account_manager.cpp464 ErrCode IInnerOsAccountManager::CreateOsAccount( in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
491 ErrCode IInnerOsAccountManager::CreateOsAccount(const std::string &localName, const std::string &sh… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp83 ErrCode OsAccount::CreateOsAccount(const std::string &name, const OsAccountType &type, OsAccountInf… in CreateOsAccount() function in OHOS::AccountSA::OsAccount
98 ErrCode OsAccount::CreateOsAccount(const std::string& localName, const std::string& shortName, in CreateOsAccount() function in OHOS::AccountSA::OsAccount
H A Dos_account_proxy.cpp30 ErrCode OsAccountProxy::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountProxy
68 ErrCode OsAccountProxy::CreateOsAccount(const std::string &localName, const std::string &shortName, in CreateOsAccount() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp390 napi_value CreateOsAccount(napi_env env, napi_callback_info cbInfo) in CreateOsAccount() function