Home
last modified time | relevance | path

Searched refs:hasDuplexMode_ (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp24 hasColorMode_(false), colorMode_(0), hasDuplexMode_(false), duplexMode_(0), in PrintAttributes()
47 hasDuplexMode_ = right.hasDuplexMode_; in PrintAttributes()
72 hasDuplexMode_ = right.hasDuplexMode_; in operator =()
130 hasDuplexMode_ = true; in SetDuplexMode()
162 hasDuplexMode_ = jobInfo.hasDuplexMode_; in UpdateParams()
256 return hasDuplexMode_; in HasDuplexMode()
313 hasDuplexMode_ in ReadFromParcel()
[all...]
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h139 bool hasDuplexMode_; member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp96 EXPECT_EQ(printAttributes.hasDuplexMode_, true); in HWTEST_F()
H A Dprint_utils_test.cpp353 EXPECT_EQ(adapterParam->printAttributes.hasDuplexMode_, true); in HWTEST_F()

Completed in 3 milliseconds