Searched refs:GetPrinterIcon (Results 1 – 4 of 4) sorted by relevance
44 if (info.GetPrinterIcon() != PRINT_INVALID_ID) { in MakeJsObject()45 … NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTERICON, info.GetPrinterIcon()); in MakeJsObject()
177 uint32_t PrinterInfo::GetPrinterIcon() const in GetPrinterIcon() function in OHOS::Print::PrinterInfo342 parcel.WriteUint32(GetPrinterIcon()); in Marshalling()
63 [[nodiscard]] uint32_t GetPrinterIcon() const;
75 EXPECT_EQ((uint32_t)0, info.GetPrinterIcon());