Searched refs:QueryAccounts (Results 1 – 6 of 6) sorted by relevance
90 EXPECT_EQ(helper.QueryAccounts(accountList), true);103 EXPECT_EQ(helper.QueryAccounts(accountList), true);
29 MOCK_METHOD1(QueryAccounts, bool(std::vector<int>&));
35 virtual bool QueryAccounts(std::vector<int> &accountList);
47 if (!helper_->QueryAccounts(osAccountIds)) { in QueryExtensionInfos()
118 bool PrintServiceHelper::QueryAccounts(std::vector<int> &accountList) in QueryAccounts() function in OHOS::Print::PrintServiceHelper