Searched refs:propertyKeys (Results 1 - 8 of 8) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_ipp_everywhere_test.cpp | 83 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 D | vendor_bsuni_driver_test.cpp | 197 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 D | vendor_ipp_everywhere.h | 37 bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) override;
|
H A D | vendor_bsuni_driver.h | 46 bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) override;
|
H A D | vendor_driver_base.h | 76 virtual bool OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys);
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_ipp_everywhere.cpp | 73 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 D | vendor_driver_base.cpp | 57 bool VendorDriverBase::OnQueryProperties(const std::string &printerId, const std::vector<std::string> &propertyKeys) in OnQueryProperties() argument
|
H A D | vendor_bsuni_driver.cpp | 340 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