Searched refs:GetPrinterStatus (Results 1 – 5 of 5) sorted by relevance
257 uint32_t PrinterInfo::GetPrinterStatus() const in GetPrinterStatus() function in OHOS::Print::PrinterInfo352 parcel.WriteUint32(GetPrinterStatus()); in Marshalling()
97 [[nodiscard]] uint32_t GetPrinterStatus() const;
80 … NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTER_STATUS, info.GetPrinterStatus()); in MakeJsObject()
522 nativePrinterInfo->printerState = static_cast<Print_PrinterState>(info.GetPrinterStatus()); in ConvertToNativePrinterInfo()
641 … PRINT_HILOGI("QueryPrinterInfoByPrinterId printerStatus: %{public}d", info.GetPrinterStatus()); in QueryPrinterInfoByPrinterId()