Home
last modified time | relevance | path

Searched refs:hasSequential_ (Results 1 – 4 of 4) 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()
37 hasSequential_ = right.hasSequential_; in PrintAttributes()
62 hasSequential_ = right.hasSequential_; in operator =()
100 hasSequential_ = true; in SetIsSequential()
152 hasSequential_ = jobInfo.hasSequential_; in UpdateParams()
231 return hasSequential_; in HasSequential()
288 hasSequential_ = parcel.ReadBool(); in ReadFromParcel()
289 if (hasSequential_) { in ReadFromParcel()
350 parcel.WriteBool(hasSequential_); in Marshalling()
351 if (hasSequential_) { in Marshalling()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h129 bool hasSequential_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp82 EXPECT_EQ(printAttributes.hasSequential_, true);
H A Dprint_utils_test.cpp333 EXPECT_EQ(adapterParam->printAttributes.hasSequential_, true);