Home
last modified time | relevance | path

Searched refs:QueryPrinterInfo (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.cpp105 EXPECT_FALSE(vendorManager.QueryPrinterInfo("vendor:test", 0));
106 EXPECT_FALSE(vendorManager.QueryPrinterInfo("test:", 0));
107 EXPECT_FALSE(vendorManager.QueryPrinterInfo(":test", 0));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h66 bool QueryPrinterInfo(const std::string &globalPrinterId, int timeout);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp198 bool VendorManager::QueryPrinterInfo(const std::string &globalPrinterId, int timeout) in QueryPrinterInfo() function in VendorManager
H A Dprint_service_ability.cpp3501 if (!vendorManager.QueryPrinterInfo(globalPrinterId, waitTimeout)) { in QueryVendorPrinterInfo()