Home
last modified time | relevance | path

Searched defs:appAccounts (Results 1 – 21 of 21) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp952 std::vector<AppAccountInfo> appAccounts; variable
982 std::vector<AppAccountInfo> appAccounts; variable
1011 std::vector<AppAccountInfo> appAccounts; variable
1044 std::vector<AppAccountInfo> appAccounts; variable
1096 std::vector<AppAccountInfo> appAccounts; variable
1155 std::vector<AppAccountInfo> appAccounts; variable
1188 std::vector<AppAccountInfo> appAccounts; variable
1220 std::vector<AppAccountInfo> appAccounts; variable
1256 std::vector<AppAccountInfo> appAccounts; variable
1311 std::vector<AppAccountInfo> appAccounts; variable
[all …]
Dapp_account_control_manager_module_test.cpp163 std::vector<AppAccountInfo> appAccounts; variable
205 std::vector<AppAccountInfo> appAccounts; variable
Dapp_account_manager_service_thread_module_test.cpp140 std::vector<AppAccountInfo> appAccounts; variable
226 std::vector<AppAccountInfo> appAccounts; variable
Dat_not_mock_app_account_manager_service_module_test.cpp103 std::vector<AppAccountInfo> appAccounts; variable
Dapp_account_subscribe_manager_test.cpp203 std::vector<AppAccountInfo> appAccounts; variable
/base/account/os_account/test/fuzztest/appaccount/getallaccessibleaccounts_fuzzer/
Dgetallaccessibleaccounts_fuzzer.cpp35 std::vector<AppAccountInfo> appAccounts; in GetAllAccessibleAccountsFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/
Dgetallaccounts_fuzzer.cpp35 std::vector<AppAccountInfo> appAccounts; in GetAllAccountsFuzzTest() local
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp464 std::vector<AppAccountInfo> appAccounts; variable
477 std::vector<AppAccountInfo> appAccounts; variable
490 std::vector<AppAccountInfo> appAccounts; variable
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_subscribe_manager.cpp296 std::vector<AppAccountInfo> appAccounts; in OnAccountsChanged() local
317 const std::vector<AppAccountInfo> &accessibleAccounts, std::vector<AppAccountInfo> &appAccounts) in GetAccessibleAccountsBySubscribeInfo()
Dapp_account_control_manager.cpp611 …tControlManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts()
653 std::vector<AppAccountInfo> &appAccounts) in LoadAllAppAccounts()
671 ErrCode AppAccountControlManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts()
896 std::vector<AppAccountInfo> &appAccounts, const std::string &bundleName, in GetAllAccountsFromDataStorage()
921 std::vector<AppAccountInfo> &appAccounts, const std::string &bundleName, in GetAllAccessibleAccountsFromDataStorage()
Dinner_app_account_manager.cpp346 …pAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts()
352 ErrCode InnerAppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts()
Dapp_account_manager_service.cpp549 …tManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts()
576 ErrCode AppAccountManagerService::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts()
594 const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts()
Dapp_account_stub.cpp831 std::vector<AppAccountInfo> appAccounts; in ProcGetAllAccounts() local
846 std::vector<AppAccountInfo> appAccounts; in ProcGetAllAccessibleAccounts() local
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp2074 std::vector<AppAccountInfo> appAccounts; variable
2090 std::vector<AppAccountInfo> appAccounts; variable
2105 std::vector<AppAccountInfo> appAccounts; variable
2119 std::vector<AppAccountInfo> appAccounts; variable
2133 std::vector<AppAccountInfo> appAccounts; variable
Dapp_account_manager_subscribe_test.cpp264 std::vector<AppAccountInfo> appAccounts; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp200 …pAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts()
205 ErrCode AppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts()
211 const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts()
Dapp_account.cpp377 …Code AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts()
447 ErrCode AppAccount::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts()
454 const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts()
Dapp_account_proxy.cpp856 …AppAccountProxy::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts()
886 ErrCode AppAccountProxy::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts()
911 …oxy::QueryAllAccessibleAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.cpp296 …kAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts()
303 ErrCode MockAppAccountStub::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts()
311 const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts()
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp367 std::vector<AppAccountInfo> appAccounts; variable
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h160 std::vector<AppAccountInfo> appAccounts; member