Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h82 [[nodiscard]] bool HasPreview() const;
H A Dprint_job.h102 [[nodiscard]] bool HasPreview() const;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_job_test.cpp379 EXPECT_EQ(job.HasPreview(), true);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp86 if (job.HasPreview() && !CreatePreview(env, jsObj, job)) { in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_job.cpp272 bool PrintJob::HasPreview() const in HasPreview() function in OHOS::Print::PrintJob