/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 381 ErrCode OsAccountManager::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountManager 383 return OsAccount::GetInstance().GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/ |
H A D | account_delegate_normal_impl.cpp | 78 if (AccountSA::OsAccountManager::GetForegroundOsAccounts(accounts) != 0) { in QueryForegroundUsers()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 629 static ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 110 virtual ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) = 0;
|
H A D | os_account.h | 102 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts);
|
H A D | os_account_proxy.h | 103 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
H A D | createosaccount_fuzzer.cpp | 168 OsAccountManager::GetForegroundOsAccounts(accounts); in CovWithoutParamFunctionFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/ |
H A D | account_delegate_test.cpp | 264 OHOS::AccountSA::OsAccountManager::GetForegroundOsAccounts(accounts);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account.h | 104 virtual ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) = 0;
|
H A D | os_account_manager_service.h | 130 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
|
H A D | iinner_os_account_manager.h | 108 ErrCode GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) override;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 972 ErrCode OsAccount::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccount 978 return proxy->GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
|
H A D | os_account_proxy.cpp | 1682 ErrCode OsAccountProxy::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountProxy
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 1187 ErrCode OsAccountManagerService::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in GetForegroundOsAccounts() function in OHOS::AccountSA::OsAccountManagerService 1189 return innerManager_.GetForegroundOsAccounts(accounts); in GetForegroundOsAccounts()
|
H A D | os_account_stub.cpp | 1760 ErrCode result = GetForegroundOsAccounts(foregroundAccounts); in ProcGetForegroundOsAccounts()
|
H A D | inner_os_account_manager.cpp | 2101 ErrCode IInnerOsAccountManager::GetForegroundOsAccounts(std::vector<ForegroundOsAccount> &accounts) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 3125 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); 3133 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); 3142 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK); 3151 EXPECT_EQ(OsAccountManager::GetForegroundOsAccounts(accounts), ERR_OK);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 156 …"OHOS::AccountSA::OsAccountManager::GetForegroundOsAccounts(std::__h::vector<OHOS::AccountSA::Fore…
|