Searched refs:GetPrinterState (Results 1 – 5 of 5) sorted by relevance
182 uint32_t PrinterInfo::GetPrinterState() const in GetPrinterState() function in OHOS::Print::PrinterInfo338 parcel.WriteUint32(GetPrinterState()); in Marshalling()
65 [[nodiscard]] uint32_t GetPrinterState() const;
42 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTERSTATE, info.GetPrinterState()); in MakeJsObject()
88 EXPECT_EQ((uint32_t)0, info.GetPrinterState());
2336 info.GetPrinterId().c_str(), info.GetPrinterState()); in SendPrinterEvent()2340 eventIt.second->OnCallback(info.GetPrinterState(), info); in SendPrinterEvent()