Home
last modified time | relevance | path

Searched refs:hasPreview_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_job.cpp25 hasMargin_(false), hasPreview_(false), hasOption_(false), option_("") { in PrintJob()
48 hasPreview_ = right.hasPreview_; in PrintJob()
73 hasPreview_ = right.hasPreview_; in operator =()
176 hasPreview_ = true; in SetPreview()
196 hasPreview_ = jobInfo.hasPreview_; in UpdateParams()
274 return hasPreview_; in HasPreview()
337 hasPreview_ = parcel.ReadBool(); in ReadFromParcel()
338 if (hasPreview_) { in ReadFromParcel()
382 parcel.WriteBool(hasPreview_); in MarshallingParam()
383 if (hasPreview_) { in MarshallingParam()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_job.h137 bool hasPreview_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_job_test.cpp67 EXPECT_EQ(job.hasPreview_, true);