Home
last modified time | relevance | path

Searched refs:GetPrinterMake (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp217 std::string PrinterInfo::GetPrinterMake() const in GetPrinterMake() function in OHOS::Print::PrinterInfo
367 parcel.WriteString(GetPrinterMake()); in Marshalling()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h81 [[nodiscard]] std::string GetPrinterMake() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp60 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTER_MAKE, info.GetPrinterMake()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_wlan_group.cpp51 printerInfo->GetPrinterMake()))) { in OnQueryCapability()
H A Dprint_service_ability.cpp1583 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()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp655 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()