Searched refs:optionConstraintType (Results 1 – 4 of 4) sorted by relevance
98 void ScanOptionDescriptor::SetOptionConstraintType(const uint32_t &optionConstraintType) in SetOptionConstraintType() argument100 optionConstraintType_ = optionConstraintType; in SetOptionConstraintType()
105 …uint32_t optionConstraintType = NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_CONSTR… in GetValueFromJs() local106 nativeObj->SetOptionConstraintType(optionConstraintType); in GetValueFromJs()
40 void SetOptionConstraintType(const uint32_t &optionConstraintType);
99 … uint32_t optionConstraintType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestSetOptionConstraintType() local100 scanOptDes.SetOptionConstraintType(optionConstraintType); in TestSetOptionConstraintType()101 optionConstraintType = scanOptDes.GetOptionConstraintType(); in TestSetOptionConstraintType()143 … uint32_t optionConstraintType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestScanOptionDescriptor() local144 scanOptDesTmp.SetOptionConstraintType(optionConstraintType); in TestScanOptionDescriptor()