Home
last modified time | relevance | path

Searched refs:GetPrinterIcon (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp44 if (info.GetPrinterIcon() != PRINT_INVALID_ID) { in MakeJsObject()
45 … NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTERICON, info.GetPrinterIcon()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp177 uint32_t PrinterInfo::GetPrinterIcon() const in GetPrinterIcon() function in OHOS::Print::PrinterInfo
342 parcel.WriteUint32(GetPrinterIcon()); in Marshalling()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h63 [[nodiscard]] uint32_t GetPrinterIcon() const;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_info_test.cpp75 EXPECT_EQ((uint32_t)0, info.GetPrinterIcon());