Searched refs:GetPrinterMake (Results 1 – 6 of 6) sorted by relevance
217 std::string PrinterInfo::GetPrinterMake() const in GetPrinterMake() function in OHOS::Print::PrinterInfo367 parcel.WriteString(GetPrinterMake()); in Marshalling()
81 [[nodiscard]] std::string GetPrinterMake() const;
60 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTER_MAKE, info.GetPrinterMake()); in MakeJsObject()
51 printerInfo->GetPrinterMake()))) { in OnQueryCapability()
1583 cupsPrinterInfo.maker = info.GetPrinterMake(); in UpdatePrinterCapability()2905 …AddPrinterToCups(printerInfo.GetUri(), printerInfo.GetPrinterName(), printerInfo.GetPrinterMake()); in UpdatePrinterInDiscovery()3272 info.maker = printerInfo->GetPrinterMake(); in AddVendorPrinterToCupsWithPpd()3320 info.maker = printerInfo->GetPrinterMake(); in AddVendorPrinterToCupsWithSpecificPpd()
655 EXPECT_EQ(usbPrinters[0].GetPrinterMake(), deviceMakeAndModel); in TEST_F()1639 EXPECT_EQ(info.GetPrinterMake(), "TestMakeModel"); in TEST_F()1654 EXPECT_EQ(info.GetPrinterMake(), "TestMakeModel"); in TEST_F()