Searched refs:ConnectPrinterByIp (Results 1 – 4 of 4) sorted by relevance
101 EXPECT_FALSE(vendorManager.ConnectPrinterByIp(PRINTER_TEST_IP, "ipp"));104 EXPECT_FALSE(vendorManager.ConnectPrinterByIp("test", ""));
65 bool ConnectPrinterByIp(const std::string &globalPrinterIp, const std::string &protocol);
184 bool VendorManager::ConnectPrinterByIp(const std::string &printerIp, const std::string &protocol) in ConnectPrinterByIp() function in VendorManager
3533 if (!vendorManager.ConnectPrinterByIp(ip, protocol)) { in TryConnectPrinterByIp()