Searched refs:QueryVendorPrinterInfo (Results 1 – 3 of 3) sorted by relevance
216 int32_t QueryVendorPrinterInfo(const std::string &globalPrinterId, PrinterInfo &info);
2076 EXPECT_EQ(service->QueryVendorPrinterInfo(globalId, info2), E_PRINT_INVALID_PRINTER);2079 EXPECT_EQ(service->QueryVendorPrinterInfo(globalId, info2), E_PRINT_INVALID_PRINTER);2084 EXPECT_EQ(service->QueryVendorPrinterInfo(globalId, info2), E_PRINT_NONE);
645 return QueryVendorPrinterInfo(printerId, info); in QueryPrinterInfoByPrinterId()3493 int32_t PrintServiceAbility::QueryVendorPrinterInfo(const std::string &globalPrinterId, PrinterInfo… in QueryVendorPrinterInfo() function in OHOS::Print::PrintServiceAbility