Home
last modified time | relevance | path

Searched refs:GetForegroundOsAccounts (Results 1 - 15 of 15) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h621 static ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts);
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp168 OsAccountManager::GetForegroundOsAccounts(accounts); in CovWithoutParamFunctionFuzzTest()
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h101 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts);
H A Dios_account.h109 virtual ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) = 0;
H A Dos_account_proxy.h102 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h104 virtual ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) = 0;
H A Dos_account_manager_service.h129 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
H A Diinner_os_account_manager.h108 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp376 ErrCode OsAccountManager::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountManager
378 return OsAccount::GetInstance().GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp967 ErrCode OsAccount::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccount
973 return proxy->GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
H A Dos_account_proxy.cpp1667 ErrCode OsAccountProxy::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountProxy
1685 ACCOUNT_LOGE("GetForegroundOsAccounts failed, result=%{public}d.", result); in GetForegroundOsAccounts()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp1146 ErrCode OsAccountManagerService::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountManagerService
1148 return innerManager_.GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
H A Dos_account_stub.cpp1729 ErrCode result = GetForegroundOsAccounts(foregroundAccounts); in ProcGetForegroundOsAccounts()
H A Dinner_os_account_manager.cpp2066 ErrCode IInnerOsAccountManager::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp3080 * @tc.desc: Test GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) success.
3091 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); in HWTEST_F()
3099 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); in HWTEST_F()
3108 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); in HWTEST_F()
3117 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); in HWTEST_F()

Completed in 22 milliseconds