Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp23hasPageSize_(false), hasLandscape_(false), isLandscape_(false), hasDirectionMode_(false), directio… in PrintAttributes()
39 hasPageSize_ = right.hasPageSize_; in PrintAttributes()
64 hasPageSize_ = right.hasPageSize_; in operator =()
106 hasPageSize_ = true; in SetPageSize()
154 hasPageSize_ = jobInfo.hasPageSize_; in UpdateParams()
236 return hasPageSize_; in HasPageSize()
292 hasPageSize_ = parcel.ReadBool(); in ReadFromParcel()
293 if (hasPageSize_) { in ReadFromParcel()
360 parcel.WriteBool(hasPageSize_); in MarshallingParam()
361 if (hasPageSize_) { in MarshallingParam()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h131 bool hasPageSize_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp85 EXPECT_EQ(printAttributes.hasPageSize_, true);