Home
last modified time | relevance | path

Searched defs:SetOsAccountName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json44 "SetOsAccountName": [], array
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp191 ErrCode OsAccountManager::SetOsAccountName(const int id, const std::string &localName) in SetOsAccountName() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp531 ErrCode OsAccountManagerService::SetOsAccountName(const int id, const std::string &name) in SetOsAccountName() function in OHOS::AccountSA::OsAccountManagerService
H A Dinner_os_account_manager.cpp1485 ErrCode IInnerOsAccountManager::SetOsAccountName(const int id, const std::string &name) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp430 ErrCode OsAccount::SetOsAccountName(const int id, const std::string &localName) in SetOsAccountName() function in OHOS::AccountSA::OsAccount
H A Dos_account_proxy.cpp669 ErrCode OsAccountProxy::SetOsAccountName(const int id, const std::string &name) in SetOsAccountName() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp263 napi_value SetOsAccountName(napi_env env, napi_callback_info cbInfo) in SetOsAccountName() function