Home
last modified time | relevance | path

Searched refs:hasDirectionMode_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp23 …hasPageSize_(false), hasLandscape_(false), isLandscape_(false), hasDirectionMode_(false), directio… in PrintAttributes()
43 hasDirectionMode_ = right.hasDirectionMode_; in PrintAttributes()
68 hasDirectionMode_ = right.hasDirectionMode_; in operator =()
118 hasDirectionMode_ = true; in SetDirectionMode()
158 hasDirectionMode_ = jobInfo.hasDirectionMode_; in UpdateParams()
246 return hasDirectionMode_; in HasDirectionMode()
305 hasDirectionMode_ = parcel.ReadBool(); in ReadFromParcel()
306 if (hasDirectionMode_) { in ReadFromParcel()
370 parcel.WriteBool(hasDirectionMode_); in MarshallingParam()
371 if (hasDirectionMode_) { in MarshallingParam()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h135 bool hasDirectionMode_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp90 EXPECT_EQ(printAttributes.hasDirectionMode_, true);
H A Dprint_utils_test.cpp343 EXPECT_EQ(adapterParam->printAttributes.hasDirectionMode_, true);