Home
last modified time | relevance | path

Searched refs:ConnectPrinterByIp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp101 EXPECT_FALSE(vendorManager.ConnectPrinterByIp(PRINTER_TEST_IP, "ipp"));
104 EXPECT_FALSE(vendorManager.ConnectPrinterByIp("test", ""));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h65 bool ConnectPrinterByIp(const std::string &globalPrinterIp, const std::string &protocol);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp184 bool VendorManager::ConnectPrinterByIp(const std::string &printerIp, const std::string &protocol) in ConnectPrinterByIp() function in VendorManager
H A Dprint_service_ability.cpp3533 if (!vendorManager.ConnectPrinterByIp(ip, protocol)) { in TryConnectPrinterByIp()