Searched refs:QueryForegroundUsers (Results 1 – 9 of 9) sorted by relevance
27 bool QueryForegroundUsers(std::vector<int> &users) override;
46 bool AccountDelegateDefaultImpl::QueryForegroundUsers(std::vector<int> &users) in QueryForegroundUsers() function in OHOS::DistributedKv::AccountDelegateDefaultImpl
32 bool QueryForegroundUsers(std::vector<int> &users) override;
75 bool AccountDelegateNormalImpl::QueryForegroundUsers(std::vector<int> &users) in QueryForegroundUsers() function in OHOS::DistributedKv::AccountDelegateNormalImpl
259 HWTEST_F(AccountDelegateTest, QueryForegroundUsers, TestSize.Level0)262 EXPECT_TRUE(AccountDelegate::GetInstance()->QueryForegroundUsers(users));
67 API_EXPORT virtual bool QueryForegroundUsers(std::vector<int> &users) = 0;
356 Account::GetInstance()->QueryForegroundUsers(users); in DoKvCloudSync()392 Account::GetInstance()->QueryForegroundUsers(users); in NotifyDataChange()674 Account::GetInstance()->QueryForegroundUsers(users); in OnReady()
568 AccountDelegate::GetInstance()->QueryForegroundUsers(users); in GetStore()
965 } else if (!AccountDelegate::GetInstance()->QueryForegroundUsers(users)) { in DoCloudSync()