Home
last modified time | relevance | path

Searched refs:OnQueryProperties (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_ipp_everywhere_test.cpp84 EXPECT_FALSE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys));
87 EXPECT_FALSE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys));
92 EXPECT_TRUE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys));
131 EXPECT_FALSE(vendorDriver.OnQueryProperties(printerId, propertyKeys));
H A Dvendor_bsuni_driver_test.cpp96 return g_mockDriver->OnQueryProperties(printerId, propertyKeyList); in OnQueryPropertiesTest()
207 EXPECT_EQ(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys), false);
216 EXPECT_EQ(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys), false);
258 vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys);
281 vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys);
H A Dvendor_ppd_driver_test.cpp65 EXPECT_FALSE(vendorDriver.OnQueryProperties(printerId, propertyKeys));
66 EXPECT_TRUE(vendorDriver.OnQueryProperties(printerId, propertyKeys));
68 EXPECT_FALSE(vendorDriver.OnQueryProperties(printerId, emptyPropertyKeys));
161 EXPECT_TRUE(vendorDriver.OnQueryProperties(printerId, propertyKeys));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_driver_base.cpp61 bool VendorDriverBase::OnQueryProperties(const std::string &printerId, const std::vector<std::strin… in OnQueryProperties() function in VendorDriverBase
90 OnQueryProperties(pair.first, list); in UpdateAllPrinterStatus()
H A Dvendor_ppd_driver.cpp52 bool VendorPpdDriver::OnQueryProperties(const std::string &printerId, const std::vector<std::string… in OnQueryProperties() function in VendorPpdDriver
H A Dvendor_bsuni_driver.cpp347 bool VendorBsuniDriver::OnQueryProperties(const std::string &printerId, const std::vector<std::stri… in OnQueryProperties() function in VendorBsuniDriver
443 OnQueryProperties(printerId, keyList); in OnPrinterCapabilityQueried()
H A Dvendor_ipp_everywhere.cpp79 bool VendorIppEveryWhere::OnQueryProperties(const std::string &printerId, const std::vector<std::st… in OnQueryProperties() function in VendorIppEveryWhere
H A Dvendor_wlan_group.cpp50 … if (printerInfo != nullptr && ppdDriver->OnQueryProperties(printerId, std::vector<std::string>(1, in OnQueryCapability()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_vendor_ppd_driver.h27 MOCK_METHOD2(OnQueryProperties, bool(const std::string &, const std::vector<std::string> &));
H A Dmock_bsuni_driver.h34 MOCK_METHOD2(OnQueryProperties, int32_t(const char *, const Print_StringList *));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_ppd_driver.h30 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
H A Dvendor_ipp_everywhere.h37 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
H A Dvendor_bsuni_driver.h46 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
H A Dvendor_driver_base.h81 …virtual bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &prope…