Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp182 uint32_t PrinterInfo::GetPrinterState() const in GetPrinterState() function in OHOS::Print::PrinterInfo
338 parcel.WriteUint32(GetPrinterState()); in Marshalling()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h65 [[nodiscard]] uint32_t GetPrinterState() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp42 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_INFO_PRINTERSTATE, info.GetPrinterState()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_info_test.cpp88 EXPECT_EQ((uint32_t)0, info.GetPrinterState());
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2336 info.GetPrinterId().c_str(), info.GetPrinterState()); in SendPrinterEvent()
2340 eventIt.second->OnCallback(info.GetPrinterState(), info); in SendPrinterEvent()