Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_range.cpp21 endPage_(0), hasPages_(false) in PrintRange()
32 hasPages_ = right.hasPages_; in PrintRange()
43 hasPages_ = right.hasPages_; in operator =()
60 hasPages_ = false; in Reset()
86 return hasPages_; in HasPages()
108 hasPages_ = true; in SetPages()
124 hasPages_ = parcel.ReadBool(); in ReadFromParcel()
125 if (hasPages_) { in ReadFromParcel()
146 parcel.WriteBool(hasPages_); in Marshalling()
147 if (hasPages_ && !parcel.WriteUInt32Vector(pages_)) { in Marshalling()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_range.h69 bool hasPages_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_range_test.cpp269 EXPECT_EQ(range.hasPages_, true);