Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp102 EXPECT_FALSE(vendorManager.ConnectPrinterByIp(PRINTER_TEST_IP, "ipp")); in HWTEST_F()
105 EXPECT_FALSE(vendorManager.ConnectPrinterByIp("test", "")); in HWTEST_F()
137 EXPECT_TRUE(vendorManager.ConnectPrinterByIp(PRINTER_TEST_IP, "ipp")); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h59 bool ConnectPrinterByIp(const std::string &globalPrinterIp, const std::string &protocol);
/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp167 bool VendorManager::ConnectPrinterByIp(const std::string &printerIp, const std::string &protocol) in ConnectPrinterByIp() function in VendorManager
169 PRINT_HILOGI("ConnectPrinterByIp enter"); in ConnectPrinterByIp()
176 PRINT_HILOGD("ConnectPrinterByIp %{public}s", pair.first.c_str()); in ConnectPrinterByIp()
185 PRINT_HILOGI("ConnectPrinterByIp quit"); in ConnectPrinterByIp()
H A Dprint_service_ability.cpp3395 if (!vendorManager.ConnectPrinterByIp(ip, "auto")) { in TryConnectPrinterByIp()
3396 PRINT_HILOGW("ConnectPrinterByIp fail"); in TryConnectPrinterByIp()

Completed in 8 milliseconds