Home
last modified time | relevance | path

Searched refs:GetPrinterName (Results 1 – 5 of 5) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprinter_info.cpp101 const std::string &PrinterInfo::GetPrinterName() const in GetPrinterName() function in OHOS::Print::PrinterInfo
180 parcel.WriteString(GetPrinterName()); in Marshalling()
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprinter_info.h49 [[nodiscard]] const std::string &GetPrinterName() const;
/base/print/print_fwk/frameworks/helper/src/
Dprinter_info_helper.cpp36 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTERNAME, info.GetPrinterName()); in MakeJsObject()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprinter_info_test.cpp74 EXPECT_EQ("OpenHarmony", info.GetPrinterName());
/base/print/print_fwk/services/src/
Dprint_service_ability.cpp1000 msg["MODEL"] = printInfo->second->GetPrinterName(); in ReportHisysEvent()