Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp22 …: hasCopyNumber_(false), copyNumber_(0), hasPageRange_(false), hasSequential_(false), isSequential… in PrintAttributes()
35 hasPageRange_ = right.hasPageRange_; in PrintAttributes()
60 hasPageRange_ = right.hasPageRange_; in operator =()
94 hasPageRange_ = true; in SetPageRange()
150 hasPageRange_ = jobInfo.hasPageRange_; in UpdateParams()
226 return hasPageRange_; in HasPageRange()
279 hasPageRange_ = parcel.ReadBool(); in ReadFromParcel()
280 if (hasPageRange_) { in ReadFromParcel()
345 parcel.WriteBool(hasPageRange_); in Marshalling()
346 if (hasPageRange_) { in Marshalling()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h127 bool hasPageRange_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp80 EXPECT_EQ(printAttributes.hasPageRange_, true);