Home
last modified time | relevance | path

Searched refs:hasIsDefaultPrinter_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp38 hasIsDefaultPrinter_(false), in PrinterInfo()
64 hasIsDefaultPrinter_(right.hasIsDefaultPrinter_), in PrinterInfo()
88 hasIsDefaultPrinter_ = right.hasIsDefaultPrinter_; in operator =()
151 hasIsDefaultPrinter_ = true; in SetIsDefaultPrinter()
234 return hasIsDefaultPrinter_; in HasIsDefaultPrinter()
323 right.hasIsDefaultPrinter_ = parcel.ReadBool(); in ReadInnerPropertyFromParcel()
324 if (right.hasIsDefaultPrinter_) { in ReadInnerPropertyFromParcel()
375 parcel.WriteBool(hasIsDefaultPrinter_); in Marshalling()
376 if (hasIsDefaultPrinter_) { in Marshalling()
423 if (hasIsDefaultPrinter_) { in Dump()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h147 bool hasIsDefaultPrinter_; // Deprecated, to be removed in a future version. variable