Home
last modified time | relevance | path

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

/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json37 "QueryAllCreatedOsAccounts": [], array
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp123 ErrCode OsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManager
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp278 ErrCode OsAccount::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccount
Dos_account_proxy.cpp342 ErrCode OsAccountProxy::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfos) in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp338 ErrCode OsAccountManagerService::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInf… in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::OsAccountManagerService
Dinner_os_account_manager.cpp766 ErrCode IInnerOsAccountManager::QueryAllCreatedOsAccounts(std::vector<OsAccountInfo> &osAccountInfo… in QueryAllCreatedOsAccounts() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp570 napi_value QueryAllCreatedOsAccounts(napi_env env, napi_callback_info cbInfo) in QueryAllCreatedOsAccounts() function