/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_ipp_everywhere_test.cpp | 84 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 D | vendor_bsuni_driver_test.cpp | 96 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 D | vendor_ppd_driver_test.cpp | 65 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 D | vendor_driver_base.cpp | 61 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 D | vendor_ppd_driver.cpp | 52 bool VendorPpdDriver::OnQueryProperties(const std::string &printerId, const std::vector<std::string… in OnQueryProperties() function in VendorPpdDriver
|
H A D | vendor_bsuni_driver.cpp | 347 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 D | vendor_ipp_everywhere.cpp | 79 bool VendorIppEveryWhere::OnQueryProperties(const std::string &printerId, const std::vector<std::st… in OnQueryProperties() function in VendorIppEveryWhere
|
H A D | vendor_wlan_group.cpp | 50 … 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 D | mock_vendor_ppd_driver.h | 27 MOCK_METHOD2(OnQueryProperties, bool(const std::string &, const std::vector<std::string> &));
|
H A D | mock_bsuni_driver.h | 34 MOCK_METHOD2(OnQueryProperties, int32_t(const char *, const Print_StringList *));
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_ppd_driver.h | 30 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
|
H A D | vendor_ipp_everywhere.h | 37 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
|
H A D | vendor_bsuni_driver.h | 46 …bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys)…
|
H A D | vendor_driver_base.h | 81 …virtual bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &prope…
|