Home
last modified time | relevance | path

Searched refs:propertyKeys (Results 1 - 8 of 8) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_ipp_everywhere_test.cpp83 std::vector<std::string> propertyKeys; in HWTEST_F() local
84 EXPECT_FALSE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys)); in HWTEST_F()
85 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_STATE); in HWTEST_F()
86 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_SUPPLIES); in HWTEST_F()
87 EXPECT_FALSE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys)); in HWTEST_F()
92 EXPECT_TRUE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys)); in HWTEST_F()
104 std::vector<std::string> propertyKeys; in HWTEST_F() local
105 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_STATE); in HWTEST_F()
106 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_SUPPLIES); in HWTEST_F()
107 EXPECT_FALSE(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys)); in HWTEST_F()
127 std::vector<std::string> propertyKeys; HWTEST_F() local
205 std::vector<std::string> propertyKeys; HWTEST_F() local
[all...]
H A Dvendor_bsuni_driver_test.cpp197 std::vector<std::string> propertyKeys; in HWTEST_F() local
198 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_STATE); in HWTEST_F()
199 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_SUPPLIES); in HWTEST_F()
207 EXPECT_EQ(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys), false); in HWTEST_F()
216 EXPECT_EQ(vendorDriver.OnQueryProperties(PRINTER_TEST_IP, propertyKeys), false); in HWTEST_F()
221 std::vector<std::string> propertyKeys; in HWTEST_F() local
222 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_STATE); in HWTEST_F()
223 propertyKeys.push_back(PRINTER_PROPERTY_KEY_DEVICE_SUPPLIES); in HWTEST_F()
224 propertyKeys.push_back(PRINTER_PROPERTY_KEY_CUPS_PPD_FILE); in HWTEST_F()
234 propertyList.count = static_cast<uint32_t>(propertyKeys in HWTEST_F()
281 std::vector<std::string> propertyKeys; HWTEST_F() local
304 std::vector<std::string> propertyKeys; HWTEST_F() local
[all...]
/base/print/print_fwk/services/print_service/include/
H A Dvendor_ipp_everywhere.h37 bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) override;
H A Dvendor_bsuni_driver.h46 bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) override;
H A Dvendor_driver_base.h76 virtual bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys);
/base/print/print_fwk/services/print_service/src/
H A Dvendor_ipp_everywhere.cpp73 bool VendorIppEveryWhere::OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) in OnQueryProperties() argument
76 for (auto const &key : propertyKeys) { in OnQueryProperties()
H A Dvendor_driver_base.cpp57 bool VendorDriverBase::OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) in OnQueryProperties() argument
H A Dvendor_bsuni_driver.cpp340 bool VendorBsuniDriver::OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) in OnQueryProperties() argument
353 if (ConvertStringVectorToStringList(propertyKeys, propertyKeyList)) { in OnQueryProperties()

Completed in 4 milliseconds