Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp257 uint32_t PrinterInfo::GetPrinterStatus() const in GetPrinterStatus() function in OHOS::Print::PrinterInfo
352 parcel.WriteUint32(GetPrinterStatus()); in Marshalling()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h97 [[nodiscard]] uint32_t GetPrinterStatus() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp80 … NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTER_STATUS, info.GetPrinterStatus()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp522 nativePrinterInfo->printerState = static_cast<Print_PrinterState>(info.GetPrinterStatus()); in ConvertToNativePrinterInfo()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp641 … PRINT_HILOGI("QueryPrinterInfoByPrinterId printerStatus: %{public}d", info.GetPrinterStatus()); in QueryPrinterInfoByPrinterId()