Home
last modified time | relevance | path

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

/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_util.cpp52 std::string AccountCommandUtil::CreateOsAccount() in CreateOsAccount() function in OHOS::AccountSA::AccountCommandUtil
62 std::string AccountCommandUtil::CreateOsAccount(const std::string &name) in CreateOsAccount() function in OHOS::AccountSA::AccountCommandUtil
72 std::string AccountCommandUtil::CreateOsAccount(const std::string &name, const std::string &type) in CreateOsAccount() function in OHOS::AccountSA::AccountCommandUtil
/base/customization/enterprise_device_management/common/external/src/
Dedm_os_account_manager_impl.cpp42 ErrCode EdmOsAccountManagerImpl::CreateOsAccount(const std::string &name, const OHOS::AccountSA::Os… in CreateOsAccount() function in OHOS::EDM::EdmOsAccountManagerImpl
/base/account/os_account/frameworks/osaccount/native/src/
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
/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json24 "CreateOsAccount": [], array
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp172 ErrCode OsAccountManagerService::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
182 ErrCode OsAccountManagerService::CreateOsAccount( in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
222 ErrCode OsAccountManagerService::CreateOsAccount(const std::string &localName, const std::string &s… in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
261 ErrCode OsAccountManagerService::CreateOsAccount(const std::string &localName, const std::string &s… in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
268 ErrCode OsAccountManagerService::CreateOsAccount(const std::string &localName, const std::string &s… in CreateOsAccount() function in OHOS::AccountSA::OsAccountManagerService
Dinner_os_account_manager.cpp643 ErrCode IInnerOsAccountManager::CreateOsAccount( in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
680 ErrCode IInnerOsAccountManager::CreateOsAccount(const std::string &localName, const std::string &sh… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp138 ErrCode OsAccount::CreateOsAccount(const std::string &name, const OsAccountType &type, OsAccountInf… in CreateOsAccount() function in OHOS::AccountSA::OsAccount
160 ErrCode OsAccount::CreateOsAccount(const std::string& localName, const std::string& shortName, in CreateOsAccount() function in OHOS::AccountSA::OsAccount
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp395 napi_value CreateOsAccount(napi_env env, napi_callback_info cbInfo) in CreateOsAccount() function