/base/account/os_account/test/fuzztest/appaccount/getallaccessibleaccounts_fuzzer/ |
H A D | getallaccessibleaccounts_fuzzer.cpp | 37 std::vector<AppAccountInfo> appAccounts; in GetAllAccessibleAccountsFuzzTest() local
|
/base/account/os_account/test/fuzztest/appaccount/getallaccounts_fuzzer/ |
H A D | getallaccounts_fuzzer.cpp | 37 std::vector<AppAccountInfo> appAccounts; in GetAllAccountsFuzzTest() local
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | at_not_mock_app_account_manager_service_module_test.cpp | 109 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_subscribe_manager_test.cpp | 210 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_control_manager_module_test.cpp | 142 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 184 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_manager_service_module_not_mock_test.cpp | 199 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_manager_service_thread_module_test.cpp | 142 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 223 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_manager_service_module_test.cpp | 953 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 983 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 1012 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 1044 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1096 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1155 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1188 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1220 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1255 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1310 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1465 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1577 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1891 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1913 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1942 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 1971 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2012 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2044 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2059 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2073 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2093 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2117 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2151 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local 2598 std::vector<AppAccountInfo> appAccounts; HWMTEST_F() local 2635 std::vector<AppAccountInfo> appAccounts; HWMTEST_F() local [all...] |
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_subscribe_test.cpp | 259 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
H A D | app_account_manager_test.cpp | 1990 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 2006 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 2021 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 2035 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 2049 std::vector<AppAccountInfo> appAccounts; HWTEST_F() local [all...] |
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_subscribe_manager.cpp | 296 std::vector<AppAccountInfo> appAccounts; in OnAccountsChanged() local 315 GetAccessibleAccountsBySubscribeInfo( const std::shared_ptr<AppAccountSubscribeInfo> &subscribeInfoPtr, const std::vector<AppAccountInfo> &accessibleAccounts, std::vector<AppAccountInfo> &appAccounts) GetAccessibleAccountsBySubscribeInfo() argument
|
H A D | app_account_stub.cpp | 848 std::vector<AppAccountInfo> appAccounts; in ProcGetAllAccounts() local 863 std::vector<AppAccountInfo> appAccounts; in ProcGetAllAccessibleAccounts() local
|
H A D | inner_app_account_manager.cpp | 295 ErrCode InnerAppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts() argument 301 ErrCode InnerAppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() argument
|
H A D | app_account_manager_service.cpp | 550 ErrCode AppAccountManagerService::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() argument 577 ErrCode AppAccountManagerService::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() argument 594 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument
|
H A D | app_account_control_manager.cpp | 865 ErrCode AppAccountControlManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, in GetAllAccounts() argument 925 ErrCode AppAccountControlManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts, in GetAllAccessibleAccounts() argument 906 LoadAllAppAccounts(const std::shared_ptr<OHOS::AccountSA::AppAccountDataStorage> &dataStoragePtr, std::vector<AppAccountInfo> &appAccounts) LoadAllAppAccounts() argument 1178 GetAllAccountsFromDataStorage(const std::string &owner, std::vector<AppAccountInfo> &appAccounts, const std::string &bundleName, const std::shared_ptr<AppAccountDataStorage> &dataStoragePtr) GetAllAccountsFromDataStorage() argument 1203 GetAllAccessibleAccountsFromDataStorage( std::vector<AppAccountInfo> &appAccounts, const std::string &bundleName, const std::shared_ptr<AppAccountDataStorage> &dataStoragePtr, const uint32_t &appIndex) GetAllAccessibleAccountsFromDataStorage() argument [all...] |
/base/account/os_account/frameworks/appaccount/native/test/moduletest/ |
H A D | app_account_manager_module_test.cpp | 368 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
/base/account/os_account/frameworks/test/unittest/ |
H A D | account_appaccount_proxy_mock_test.cpp | 471 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 484 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local 497 std::vector<AppAccountInfo> appAccounts; in HWTEST_F() local
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 200 ErrCode AppAccountManager::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() argument 205 ErrCode AppAccountManager::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() argument 210 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument
|
H A D | app_account_proxy.cpp | 856 ErrCode AppAccountProxy::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() argument 886 ErrCode AppAccountProxy::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() argument 911 ErrCode AppAccountProxy::QueryAllAccessibleAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in QueryAllAccessibleAccounts() argument
|
H A D | app_account.cpp | 462 ErrCode AppAccount::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() argument 552 ErrCode AppAccount::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() argument 561 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.cpp | 296 ErrCode MockAppAccountStub::GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) in GetAllAccounts() argument 303 ErrCode MockAppAccountStub::GetAllAccessibleAccounts(std::vector<AppAccountInfo> &appAccounts) in GetAllAccessibleAccounts() argument 310 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_impl.cpp | 126 std::vector<AppAccountInfo> appAccounts; in getAccountsByOwner() local 291 std::vector<AppAccountInfo> appAccounts; in getAllAccounts() local
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 160 std::vector<AppAccountInfo> appAccounts; member
|