/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_info.cpp | 46 PrinterInfo::PrinterInfo(const PrinterInfo &right) in PrinterInfo() argument 47 : printerId_(right.printerId_), in PrinterInfo() 48 printerName_(right.printerName_), in PrinterInfo() 49 printerState_(right.printerState_), in PrinterInfo() 50 hasPrinterIcon_(right.hasPrinterIcon_), in PrinterInfo() 51 printerIcon_(right.printerIcon_), in PrinterInfo() 52 hasDescription_(right.hasDescription_), in PrinterInfo() 53 description_(right.description_), in PrinterInfo() 54 hasPrinterStatus_(right.hasPrinterStatus_), in PrinterInfo() 55 printerStatus_(right in PrinterInfo() 70 operator =(const PrinterInfo &right) operator =() argument 264 PrinterInfo right; ReadFromParcel() local 321 ReadInnerPropertyFromParcel(PrinterInfo& right, Parcel& parcel) ReadInnerPropertyFromParcel() argument [all...] |
H A D | print_attributes.cpp | 31 PrintAttributes::PrintAttributes(const PrintAttributes &right) in PrintAttributes() argument 33 hasCopyNumber_ = right.hasCopyNumber_; in PrintAttributes() 34 copyNumber_ = right.copyNumber_; in PrintAttributes() 35 hasPageRange_ = right.hasPageRange_; in PrintAttributes() 36 pageRange_ = right.pageRange_; in PrintAttributes() 37 hasSequential_ = right.hasSequential_; in PrintAttributes() 38 isSequential_ = right.isSequential_; in PrintAttributes() 39 hasPageSize_ = right.hasPageSize_; in PrintAttributes() 40 pageSize_ = right.pageSize_; in PrintAttributes() 41 hasLandscape_ = right in PrintAttributes() 55 operator =(const PrintAttributes &right) operator =() argument [all...] |
H A D | printer_capability.cpp | 48 PrinterCapability::PrinterCapability(const PrinterCapability &right) in PrinterCapability() argument 50 *this = right; in PrinterCapability() 53 PrinterCapability &PrinterCapability::operator=(const PrinterCapability &right) in operator =() argument 55 if (this != &right) { in operator =() 56 colorMode_ = right.colorMode_; in operator =() 57 duplexMode_ = right.duplexMode_; in operator =() 58 pageSizeList_.assign(right.pageSizeList_.begin(), right.pageSizeList_.end()); in operator =() 59 hasResolution_ = right.hasResolution_; in operator =() 60 resolutionList_.assign(right in operator =() 270 PrinterCapability right; ReadFromParcel() local [all...] |
H A D | print_range.cpp | 26 PrintRange::PrintRange(const PrintRange &right) in PrintRange() argument 28 hasStartPage_ = right.hasStartPage_; in PrintRange() 29 startPage_ = right.startPage_; in PrintRange() 30 hasEndPage_ = right.hasEndPage_; in PrintRange() 31 endPage_ = right.endPage_; in PrintRange() 32 hasPages_ = right.hasPages_; in PrintRange() 33 pages_.assign(right.pages_.begin(), right.pages_.end()); in PrintRange() 36 PrintRange &PrintRange::operator=(const PrintRange &right) in operator =() argument 38 if (this != &right) { in operator =() [all...] |
H A D | print_margin.cpp | 24 PrintMargin::PrintMargin(const PrintMargin &right) in PrintMargin() argument 26 Set(right); in PrintMargin() 29 void PrintMargin::Set(const PrintMargin &right) in Set() argument 31 hasTop_ = right.hasTop_; in Set() 32 top_ = right.top_; in Set() 33 hasBottom_ = right.hasBottom_; in Set() 34 bottom_ = right.bottom_; in Set() 35 hasLeft_ = right.hasLeft_; in Set() 36 left_ = right.left_; in Set() 37 hasRight_ = right in Set() 41 operator =(const PrintMargin &right) operator =() argument 83 SetRight(uint32_t right) SetRight() argument [all...] |
H A D | print_extension_info.cpp | 24 PrintExtensionInfo::PrintExtensionInfo(const PrintExtensionInfo &right) in PrintExtensionInfo() argument 26 extensionId_ = right.extensionId_; in PrintExtensionInfo() 27 vendorId_ = right.vendorId_; in PrintExtensionInfo() 28 vendorName_ = right.vendorName_; in PrintExtensionInfo() 29 vendorIcon_ = right.vendorIcon_; in PrintExtensionInfo() 30 version_ = right.version_; in PrintExtensionInfo() 33 PrintExtensionInfo &PrintExtensionInfo::operator=(const PrintExtensionInfo &right) in operator =() argument 35 if (this != &right) { in operator =() 36 extensionId_ = right.extensionId_; in operator =() 37 vendorId_ = right in operator =() [all...] |
H A D | print_job.cpp | 30 PrintJob::PrintJob(const PrintJob &right) in PrintJob() argument 33 fdList_.assign(right.fdList_.begin(), right.fdList_.end()); in PrintJob() 35 printerId_ = right.printerId_; in PrintJob() 36 jobId_ = right.jobId_; in PrintJob() 37 jobState_ = right.jobState_; in PrintJob() 38 subState_ = right.subState_; in PrintJob() 39 copyNumber_ = right.copyNumber_; in PrintJob() 40 pageRange_ = right.pageRange_; in PrintJob() 41 isSequential_ = right in PrintJob() 54 operator =(const PrintJob &right) operator =() argument [all...] |
H A D | print_preview_attribute.cpp | 25 PrintPreviewAttribute::PrintPreviewAttribute(const PrintPreviewAttribute &right) in PrintPreviewAttribute() argument 27 hasResult_ = right.hasResult_; in PrintPreviewAttribute() 28 result_ = right.result_; in PrintPreviewAttribute() 29 previewRange_ = right.previewRange_; in PrintPreviewAttribute() 32 PrintPreviewAttribute &PrintPreviewAttribute::operator=(const PrintPreviewAttribute &right) in operator =() argument 34 if (this != &right) { in operator =() 35 hasResult_ = right.hasResult_; in operator =() 36 result_ = right.result_; in operator =() 37 previewRange_ = right.previewRange_; in operator =()
|
H A D | print_resolution.cpp | 23 PrintResolution::PrintResolution(const PrintResolution &right) in PrintResolution() argument 25 SetId(right.id_); in PrintResolution() 26 SetHorizontalDpi(right.horizontalDpi_); in PrintResolution() 27 SetVerticalDpi(right.verticalDpi_); in PrintResolution() 30 PrintResolution &PrintResolution::operator=(const PrintResolution &right) in operator =() argument 32 if (this != &right) { in operator =() 33 SetId(right.id_); in operator =() 34 SetHorizontalDpi(right.horizontalDpi_); in operator =() 35 SetVerticalDpi(right.verticalDpi_); in operator =()
|
H A D | print_page_size.cpp | 198 PrintPageSize::PrintPageSize(const PrintPageSize &right) in PrintPageSize() argument 200 id_ = right.id_; in PrintPageSize() 201 name_ = right.name_; in PrintPageSize() 202 width_ = right.width_; in PrintPageSize() 203 height_ = right.height_; in PrintPageSize() 206 PrintPageSize &PrintPageSize::operator=(const PrintPageSize &right) in operator =() argument 208 if (this != &right) { in operator =() 209 id_ = right.id_; in operator =() 210 name_ = right.name_; in operator =() 211 width_ = right in operator =() 217 operator ==(const PrintPageSize &right) operator ==() argument [all...] |
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_option_descriptor.cpp | 26 ScanOptionDescriptor::ScanOptionDescriptor(const ScanOptionDescriptor &right) in ScanOptionDescriptor() argument 28 optionName_ = right.optionName_; in ScanOptionDescriptor() 29 optionTitle_ = right.optionTitle_; in ScanOptionDescriptor() 30 optionDesc_ = right.optionDesc_; in ScanOptionDescriptor() 31 optionType_ = right.optionType_; in ScanOptionDescriptor() 32 optionUnit_ = right.optionUnit_; in ScanOptionDescriptor() 34 optionSize_ = right.optionSize_; in ScanOptionDescriptor() 35 optionCap_ = right.optionCap_; in ScanOptionDescriptor() 37 optionConstraintType_ = right.optionConstraintType_; in ScanOptionDescriptor() 38 optionConstraintString_.assign(right in ScanOptionDescriptor() 43 operator =(const ScanOptionDescriptor &right) operator =() argument [all...] |
H A D | scanner_info.cpp | 36 ScanDeviceInfoTCP::ScanDeviceInfoTCP(const ScanDeviceInfoTCP &right) in ScanDeviceInfoTCP() argument 38 deviceName = right.deviceName; in ScanDeviceInfoTCP() 39 uuid = right.uuid; in ScanDeviceInfoTCP() 40 model = right.model; in ScanDeviceInfoTCP() 41 manufacturer = right.manufacturer; in ScanDeviceInfoTCP() 42 deviceType = right.deviceType; in ScanDeviceInfoTCP() 43 port = right.port; in ScanDeviceInfoTCP() 44 addr = right.addr; in ScanDeviceInfoTCP() 45 button = right.button; in ScanDeviceInfoTCP() 46 feeder = right in ScanDeviceInfoTCP() 50 operator =(const ScanDeviceInfoTCP &right) operator =() argument 218 ScanDeviceInfo(const ScanDeviceInfo &right) ScanDeviceInfo() argument 230 operator =(const ScanDeviceInfo &right) operator =() argument 371 ScanDeviceInfoSync(const ScanDeviceInfoSync &right) ScanDeviceInfoSync() argument 380 operator =(const ScanDeviceInfoSync &right) operator =() argument [all...] |
H A D | scan_option_value.cpp | 26 ScanOptionValue::ScanOptionValue(const ScanOptionValue &right) in ScanOptionValue() argument 28 valueType_ = right.valueType_; in ScanOptionValue() 29 valueSize_ = right.valueSize_; in ScanOptionValue() 30 numValue_ = right.numValue_; in ScanOptionValue() 31 strValue_ = right.strValue_; in ScanOptionValue() 32 boolValue_ = right.boolValue_; in ScanOptionValue() 33 numListValue_.assign(right.numListValue_.begin(), right.numListValue_.end()); in ScanOptionValue() 36 ScanOptionValue &ScanOptionValue::operator=(const ScanOptionValue &right) in operator =() argument 38 if (this != &right) { in operator =() [all...] |
H A D | scan_progress.cpp | 26 ScanProgress::ScanProgress(const ScanProgress &right) in ScanProgress() argument 28 progress = right.progress; in ScanProgress() 29 fd = right.fd; in ScanProgress() 30 isFinal = right.isFinal; in ScanProgress() 31 pictureId = right.pictureId; in ScanProgress() 32 timePoint = right.timePoint; in ScanProgress() 33 taskCode = right.taskCode; in ScanProgress() 36 ScanProgress &ScanProgress::operator=(const ScanProgress &right) in operator =() argument 38 if (this != &right) { in operator =() 39 progress = right in operator =() [all...] |
H A D | scan_parameters.cpp | 24 ScanParameters::ScanParameters(const ScanParameters &right) in ScanParameters() argument 26 format_ = right.format_; in ScanParameters() 27 lastFrame_ = right.lastFrame_; in ScanParameters() 28 bytesPerLine_ = right.bytesPerLine_; in ScanParameters() 29 pixelsPerLine_ = right.pixelsPerLine_; in ScanParameters() 30 lines_ = right.lines_; in ScanParameters() 31 depth_ = right.depth_; in ScanParameters() 34 ScanParameters &ScanParameters::operator=(const ScanParameters &right) in operator =() argument 36 if (this != &right) { in operator =() 37 format_ = right in operator =() [all...] |
H A D | scan_range.cpp | 23 ScanRange::ScanRange(const ScanRange &right) in ScanRange() argument 25 minValue_ = right.minValue_; in ScanRange() 26 maxValue_ = right.maxValue_; in ScanRange() 27 quantValue_ = right.quantValue_; in ScanRange() 30 ScanRange &ScanRange::operator=(const ScanRange &right) in operator =() argument 32 if (this != &right) { in operator =() 33 minValue_ = right.minValue_; in operator =() 34 maxValue_ = right.maxValue_; in operator =() 35 quantValue_ = right.quantValue_; in operator =()
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_info.h | 42 DimensionT right = DEFAULT_DIMENSION; member 70 inline bool GreatOrEqual(double left, double right) in GreatOrEqual() argument 73 return (left - right) > epsilon; in GreatOrEqual() 76 inline bool GreatNotEqual(double left, double right) in GreatNotEqual() argument 79 return (left - right) > epsilon; in GreatNotEqual() 82 inline bool IsEqual(double left, double right) in IsEqual() argument 85 if (left > right) { in IsEqual() 86 return (left - right) < epsilon; in IsEqual() 87 } else if (right > left) { in IsEqual() 88 return (right in IsEqual() [all...] |
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 70 n->right = NULL; in NewNode() 94 struct RbTreeNode *y = x->right; in LeftRotate() 95 x->right = y->left; in LeftRotate() 105 x->p->right = y; in LeftRotate() 114 x->left = y->right; in RightRotate() 115 if (y->right != t->nil) { in RightRotate() 116 y->right->p = x; in RightRotate() 121 } else if (x == x->p->right) { in RightRotate() 122 x->p->right = y; in RightRotate() 126 y->right in RightRotate() [all...] |
/base/sensors/sensor/vibration_convert/core/utils/include/ |
H A D | utils.h | 156 inline bool IsLessOrEqual(const T& left, const T& right) in IsLessOrEqual() argument 158 return (left - right) < std::numeric_limits<T>::epsilon(); in IsLessOrEqual() 162 inline bool IsGreatOrEqual(const T& left, const T& right) in IsGreatOrEqual() argument 164 return (left - right) > -std::numeric_limits<T>::epsilon(); in IsGreatOrEqual() 168 inline bool IsLessNotEqual(const T& left, const T& right) in IsLessNotEqual() argument 170 return (left - right) < -std::numeric_limits<T>::epsilon(); in IsLessNotEqual() 174 inline bool IsGreatNotEqual(const T& left, const T& right) in IsGreatNotEqual() argument 176 return (left - right) > std::numeric_limits<T>::epsilon(); in IsGreatNotEqual() 180 inline bool IsEqual(const T& left, const T& right) in IsEqual() argument 182 return (std::abs(left - right) < in IsEqual() [all...] |
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_margin.h | 26 PrintMargin(const PrintMargin &right); 28 void Set(const PrintMargin &right); 30 PrintMargin &operator=(const PrintMargin &right); 58 void SetRight(uint32_t right);
|
H A D | print_page_size.h | 38 PrintPageSize(const PrintPageSize &right); 40 PrintPageSize &operator=(const PrintPageSize &right); 42 bool operator==(const PrintPageSize &right);
|
/base/security/device_security_level/baselib/msglib/src/utils/ |
H A D | messenger_utils.h | 67 static inline bool IsSameDevice(const DeviceIdentify *left, const DeviceIdentify *right) in IsSameDevice() argument 69 if ((left == NULL) || (right == NULL)) { in IsSameDevice() 73 if (left->length != right->length) { in IsSameDevice() 77 if (memcmp(left->identity, right->identity, left->length) != 0) { in IsSameDevice()
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_utils.h | 23 bool IsEqual(const T &left, const T &right) in IsEqual() argument 25 return std::abs(left - right) <= std::numeric_limits<T>::epsilon(); in IsEqual()
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_expression.cpp | 47 UScriptExpression *right)
in CreateExpression() 49 return new BinaryExpression(action, left, right);
in CreateExpression() 127 UScriptValuePtr right;
in Execute() local 140 right = right_->Execute(inter, local);
in Execute() 142 if (left != nullptr && right != nullptr) {
in Execute() 143 UScriptValuePtr value = left->Computer(action_, right);
in Execute() 144 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute left:%s %s right:%s result:%s",
in Execute() 146 UScriptValue::ScriptToString(right).c_str(), UScriptValue::ScriptToString(value).c_str());
in Execute() 45 CreateExpression(ExpressionAction action, UScriptExpression *left, UScriptExpression *right) CreateExpression() argument
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scan_range.h | 27 ScanRange(const ScanRange &right); 29 ScanRange &operator=(const ScanRange &right);
|