Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
Dmock_inner_os_account_manager.cpp33 ErrCode IInnerOsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::IInnerOsAccountManager
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/mock/
Ddlp_os_account_mock.cpp82 int OsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManager
/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json40 "QueryOsAccountById": [], array
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp168 ErrCode OsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManager
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp825 ErrCode OsAccountManagerService::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManagerService
859 ErrCode OsAccountManagerService::QueryOsAccountById(int32_t id, StringRawData& stringRawData) in QueryOsAccountById() function in OHOS::AccountSA::OsAccountManagerService
Dinner_os_account_manager.cpp1812 ErrCode IInnerOsAccountManager::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp476 ErrCode OsAccount::QueryOsAccountById(const int id, OsAccountInfo &osAccountInfo) in QueryOsAccountById() function in OHOS::AccountSA::OsAccount
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp207 napi_value QueryOsAccountById(napi_env env, napi_callback_info cbInfo) in QueryOsAccountById() function