Home
last modified time | relevance | path

Searched defs:GetAllAccounts (Results 1 – 9 of 9) sorted by relevance

/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
Dconfig.json18 "GetAllAccounts": [], array
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp201 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &ap… in GetAllAccounts() function in OHOS::AccountSA::AppAccountManager
Dapp_account.cpp383 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccoun… in GetAllAccounts() function in OHOS::AccountSA::AppAccount
Dapp_account_proxy.cpp976 ErrCode AppAccountProxy::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appA… in GetAllAccounts() function in OHOS::AccountSA::AppAccountProxy
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp295 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &a… in GetAllAccounts() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp460 ErrCode InnerAppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo… in GetAllAccounts() function in OHOS::AccountSA::InnerAppAccountManager
Dapp_account_manager_service.cpp545 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountIn… in GetAllAccounts() function in OHOS::AccountSA::AppAccountManagerService
Dapp_account_control_manager.cpp599 ErrCode AppAccountControlManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountIn… in GetAllAccounts() function in OHOS::AccountSA::AppAccountControlManager
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp827 napi_value NapiAppAccount::GetAllAccounts(napi_env env, napi_callback_info cbInfo) in GetAllAccounts() function in OHOS::AccountJsKit::NapiAppAccount