Searched refs:printerIp (Results 1 - 9 of 9) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_bsuni_driver_test.cpp | 86 int32_t OnQueryCapabilityByIpTest(const char *printerIp, const char *protocol) in OnQueryCapabilityByIpTest() argument 89 return g_mockDriver->OnQueryCapabilityByIp(printerIp, protocol); in OnQueryCapabilityByIpTest() 337 std::string printerIp = PRINTER_TEST_IP; in HWTEST_F() 338 vendorDriver.OnQueryCapabilityByIp(printerIp, "ipp"); in HWTEST_F() 339 vendorDriver.OnQueryCapabilityByIp(printerIp, "ipp"); in HWTEST_F() 350 std::string printerIp = PRINTER_TEST_IP; in HWTEST_F() 354 EXPECT_EQ(VendorBsuniDriver::OnPropertiesQueried(printerIp.c_str(), nullptr), EXTENSION_ERROR_NONE); in HWTEST_F() 355 EXPECT_EQ(VendorBsuniDriver::RemovePrinterFromCups(printerIp.c_str()), EXTENSION_ERROR_NONE); in HWTEST_F() 357 EXPECT_EQ(VendorBsuniDriver::RemovePrinterFromDiscovery(printerIp.c_str()), EXTENSION_ERROR_NONE); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_ipp_everywhere.h | 36 bool OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol) override;
|
H A D | vendor_bsuni_driver.h | 45 bool OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol) override;
|
H A D | vendor_driver_base.h | 75 virtual bool OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol);
|
/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | vendor_extension.h | 104 int32_t (*onQueryCapabilityByIp)(const char *printerIp, const char *protocol);
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_ipp_everywhere.cpp | 61 bool VendorIppEveryWhere::OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol) in OnQueryCapabilityByIp() argument 68 std::string uri = "ipp://" + printerIp + ":631/ipp/print"; in OnQueryCapabilityByIp()
|
H A D | vendor_driver_base.cpp | 53 bool VendorDriverBase::OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol) in OnQueryCapabilityByIp() argument
|
H A D | vendor_manager.cpp | 167 bool VendorManager::ConnectPrinterByIp(const std::string &printerIp, const std::string &protocol) in ConnectPrinterByIp() argument 171 if (printerIp.size() < IP_LENGTH_MIN) { in ConnectPrinterByIp() 181 if (pair.second->OnQueryCapabilityByIp(printerIp, protocol)) { in ConnectPrinterByIp()
|
H A D | vendor_bsuni_driver.cpp | 324 bool VendorBsuniDriver::OnQueryCapabilityByIp(const std::string &printerIp, const std::string &protocol) in OnQueryCapabilityByIp() argument 335 int32_t result = vendorExtension->onQueryCapabilityByIp(printerIp.c_str(), protocol.c_str()); in OnQueryCapabilityByIp()
|
Completed in 5 milliseconds