Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp24 hasColorMode_(false), colorMode_(0), hasDuplexMode_(false), duplexMode_(0), in PrintAttributes()
45 hasColorMode_ = right.hasColorMode_; in PrintAttributes()
70 hasColorMode_ = right.hasColorMode_; in operator =()
124 hasColorMode_ = true; in SetColorMode()
160 hasColorMode_ = jobInfo.hasColorMode_; in UpdateParams()
251 return hasColorMode_; in HasColorMode()
309 hasColorMode_ = parcel.ReadBool(); in ReadFromParcel()
310 if (hasColorMode_) { in ReadFromParcel()
375 parcel.WriteBool(hasColorMode_); in MarshallingParam()
376 if (hasColorMode_) { in MarshallingParam()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h137 bool hasColorMode_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp93 EXPECT_EQ(printAttributes.hasColorMode_, true);
H A Dprint_utils_test.cpp348 EXPECT_EQ(adapterParam->printAttributes.hasColorMode_, true);