Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp72 void ScanOptionValue::SetNumValue(const int32_t &numValue) in SetNumValue()
H A Dscan_option_value_helper.cpp75 … int32_t numValue = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_OPTION_NUM_VALUE); in BuildFromJs() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp132 uint64_t numValue = std::stoull(value, &numEndIndex, DECIMAL_UNIT); in SetMaxStorageSizeItem() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp244 int32_t numValue = (int32_t)JSI::ValueToNumber(num); in JSIInterfaceTest006() local
587 JSIValue numValue = JSI::CreateNumber(initNum); in JSIInterfaceTest017() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Ddiv_tdd_test.cpp767 jerry_value_t numValue = jerry_create_number(borderColor); in ComponentDivStyleSetTest024() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp86 JSIValue numValue = CreateNumber(value); in SetNumberProperty() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp60 jerry_value_t numValue = jerry_create_number(value); in JerrySetNumberProperty() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp164 double numValue = defaultValue; in ParseNumberValue() local
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp938 int32_t numValue = value.GetNumValue(); in ActionSetValueHelper() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp172 int32_t numValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetNumValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8487 float numValue = info[1]->ToNumber<float>(); in JSCreateAnimatableProperty() local
8531 float numValue = 0.0; in JSUpdateAnimatableProperty() local