Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_inner_os_account_manager.cpp33 ErrCode IInnerOsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json40 "QueryOsAccountById": [], array
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp166 ErrCode OsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp473 ErrCode OsAccountManagerService::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManagerService
H A Dinner_os_account_manager.cpp1427 ErrCode IInnerOsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp371 ErrCode OsAccount::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccount
H A Dos_account_proxy.cpp557 ErrCode OsAccountProxy::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountProxy
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp202 napi_value QueryOsAccountById(napi_env env, napi_callback_info cbInfo) in QueryOsAccountById() function