Home
last modified time | relevance | path

Searched defs:numValue (Results 1 – 6 of 6) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_option_value.cpp72 void ScanOptionValue::SetNumValue(const int32_t &numValue) in SetNumValue()
Dscan_option_value_helper.cpp75 … int32_t numValue = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_OPTION_NUM_VALUE); in BuildFromJs() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp131 uint64_t numValue = std::stoull(value, &numEndIndex, DECIMAL_UNIT); in SetMaxStorageSizeItem() local
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp164 double numValue = defaultValue; in ParseNumberValue() local
/base/print/print_fwk/services/scan_service/src/
Dscan_service_ability.cpp938 int32_t numValue = value.GetNumValue(); in ActionSetValueHelper() local
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
Dscanhelper_fuzzer.cpp172 int32_t numValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetNumValue() local