Home
last modified time | relevance | path

Searched refs:QueryAccounts (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp90 EXPECT_EQ(helper.QueryAccounts(accountList), true);
103 EXPECT_EQ(helper.QueryAccounts(accountList), true);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service_helper.h29 MOCK_METHOD1(QueryAccounts, bool(std::vector<int>&));
H A Dmock_scan_service_helper.h29 MOCK_METHOD1(QueryAccounts, bool(std::vector<int>&));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_helper.h35 virtual bool QueryAccounts(std::vector<int> &accountList);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp47 if (!helper_->QueryAccounts(osAccountIds)) { in QueryExtensionInfos()
H A Dprint_service_helper.cpp118 bool PrintServiceHelper::QueryAccounts(std::vector<int> &accountList) in QueryAccounts() function in OHOS::Print::PrintServiceHelper