Home
last modified time | relevance | path

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

/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json46 "SetOsAccountProfilePhoto": [], array
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp164 ErrCode OsAccountManager::SetOsAccountProfilePhoto(const int id, const std::string &photo) in SetOsAccountProfilePhoto() function in OHOS::AccountSA::OsAccountManager
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp392 ErrCode OsAccount::SetOsAccountProfilePhoto(const int id, const std::string &photo) in SetOsAccountProfilePhoto() function in OHOS::AccountSA::OsAccount
Dos_account_proxy.cpp541 ErrCode OsAccountProxy::SetOsAccountProfilePhoto(const int id, const std::string &photo) in SetOsAccountProfilePhoto() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp452 ErrCode OsAccountManagerService::SetOsAccountProfilePhoto(const int id, const std::string &photo) in SetOsAccountProfilePhoto() function in OHOS::AccountSA::OsAccountManagerService
Dinner_os_account_manager.cpp1008 ErrCode IInnerOsAccountManager::SetOsAccountProfilePhoto(const int id, const std::string &photo) in SetOsAccountProfilePhoto() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp907 napi_value SetOsAccountProfilePhoto(napi_env env, napi_callback_info cbInfo) in SetOsAccountProfilePhoto() function