Searched refs:QueryPrinterInfo (Results 1 – 4 of 4) sorted by relevance
105 EXPECT_FALSE(vendorManager.QueryPrinterInfo("vendor:test", 0));106 EXPECT_FALSE(vendorManager.QueryPrinterInfo("test:", 0));107 EXPECT_FALSE(vendorManager.QueryPrinterInfo(":test", 0));
66 bool QueryPrinterInfo(const std::string &globalPrinterId, int timeout);
198 bool VendorManager::QueryPrinterInfo(const std::string &globalPrinterId, int timeout) in QueryPrinterInfo() function in VendorManager
3501 if (!vendorManager.QueryPrinterInfo(globalPrinterId, waitTimeout)) { in QueryVendorPrinterInfo()