Home
last modified time | relevance | path

Searched refs:HasPrinterStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h95 [[nodiscard]] bool HasPrinterStatus() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp79 if (info.HasPrinterStatus()) { in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprinter_info_test.cpp322 EXPECT_TRUE(info.HasPrinterStatus());
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp252 bool PrinterInfo::HasPrinterStatus() const in HasPrinterStatus() function in OHOS::Print::PrinterInfo