Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp106 EXPECT_FALSE(vendorManager.QueryPrinterInfo("vendor:test", 0)); in HWTEST_F()
107 EXPECT_FALSE(vendorManager.QueryPrinterInfo("test:", 0)); in HWTEST_F()
108 EXPECT_FALSE(vendorManager.QueryPrinterInfo(":test", 0)); in HWTEST_F()
140 EXPECT_TRUE(vendorManager.QueryPrinterInfo(globalPrinterId, 0)); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h60 bool QueryPrinterInfo(const std::string &globalPrinterId, int timeout);
/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp189 bool VendorManager::QueryPrinterInfo(const std::string &globalPrinterId, int timeout) in QueryPrinterInfo() function in VendorManager
191 PRINT_HILOGI("QueryPrinterInfo enter"); in QueryPrinterInfo()
204 PRINT_HILOGI("QueryPrinterInfo quit"); in QueryPrinterInfo()
H A Dprint_service_ability.cpp3367 if (!vendorManager.QueryPrinterInfo(globalPrinterId, waitTimeout)) { in QueryVendorPrinterInfo()

Completed in 8 milliseconds