Searched refs:GetPrinterName (Results 1 – 5 of 5) sorted by relevance
101 const std::string &PrinterInfo::GetPrinterName() const in GetPrinterName() function in OHOS::Print::PrinterInfo180 parcel.WriteString(GetPrinterName()); in Marshalling()
49 [[nodiscard]] const std::string &GetPrinterName() const;
36 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTERNAME, info.GetPrinterName()); in MakeJsObject()
74 EXPECT_EQ("OpenHarmony", info.GetPrinterName());
1000 msg["MODEL"] = printInfo->second->GetPrinterName(); in ReportHisysEvent()