Home
last modified time | relevance | path

Searched refs:GetBackgroundOsAccountLocalIds (Results 1 - 16 of 16) sorted by relevance

/base/request/request/services/include/
H A Daccount.h63 auto ret = OsAccountManager::GetBackgroundOsAccountLocalIds(v); in GetBackgroundOsAccounts()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_manager.h628 static ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds);
/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp169 OsAccountManager::GetBackgroundOsAccountLocalIds(localIds); in CovWithoutParamFunctionFuzzTest()
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h102 ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds);
H A Dios_account.h110 virtual ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) = 0;
H A Dos_account_proxy.h103 ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) override;
/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h105 virtual ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) = 0;
H A Dos_account_manager_service.h130 ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) override;
H A Diinner_os_account_manager.h109 ErrCode GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) override;
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp381 ErrCode OsAccountManager::GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) in GetBackgroundOsAccountLocalIds() function in OHOS::AccountSA::OsAccountManager
383 return OsAccount::GetInstance().GetBackgroundOsAccountLocalIds(localIds); in GetBackgroundOsAccountLocalIds()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp976 ErrCode OsAccount::GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) in GetBackgroundOsAccountLocalIds() function in OHOS::AccountSA::OsAccount
982 return proxy->GetBackgroundOsAccountLocalIds(localIds); in GetBackgroundOsAccountLocalIds()
H A Dos_account_proxy.cpp1709 ErrCode OsAccountProxy::GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) in GetBackgroundOsAccountLocalIds() function in OHOS::AccountSA::OsAccountProxy
1727 ACCOUNT_LOGE("GetBackgroundOsAccountLocalIds failed, result=%{public}d.", result); in GetBackgroundOsAccountLocalIds()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp1151 ErrCode OsAccountManagerService::GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) in GetBackgroundOsAccountLocalIds() function in OHOS::AccountSA::OsAccountManagerService
1153 return innerManager_.GetBackgroundOsAccountLocalIds(localIds); in GetBackgroundOsAccountLocalIds()
H A Dos_account_stub.cpp1753 ErrCode result = GetBackgroundOsAccountLocalIds(localIds); in ProcGetBackgroundOsAccountLocalIds()
H A Dinner_os_account_manager.cpp2080 ErrCode IInnerOsAccountManager::GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp3149 * @tc.desc: Test GetBackgroundOsAccountLocalIds(std::vector<int32_t> &localIds) success.
3161 EXPECT_EQ(OsAccountManager::GetBackgroundOsAccountLocalIds(localIds), ERR_OK); in HWTEST_F()
3169 EXPECT_EQ(OsAccountManager::GetBackgroundOsAccountLocalIds(localIds), ERR_OK); in HWTEST_F()
3175 EXPECT_EQ(OsAccountManager::GetBackgroundOsAccountLocalIds(localIds), ERR_OK); in HWTEST_F()
3183 EXPECT_EQ(OsAccountManager::GetBackgroundOsAccountLocalIds(localIds), ERR_OK); in HWTEST_F()

Completed in 21 milliseconds