Home
last modified time | relevance | path

Searched refs:ValueToNumber (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp203 static_cast<int16_t>(JSI::ValueToNumber(point_x)), in DumpDomTree()
204 static_cast<int16_t>(JSI::ValueToNumber(point_y)) in DumpDomTree()
206 data[i].state = static_cast<uint16_t>(JSI::ValueToNumber(state)); in DumpDomTree()
H A Dsample_module.cpp166 double param2 = JSI::ValueToNumber(args[ARGC_ONE]); in TestGeneralFunc()
187 double newValue = JSI::ValueToNumber(args[0]); in Setter()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp127 int64_t currentTime = static_cast<int64_t>(JSI::ValueToNumber(args[0])); in CurrentTimeSetter()
184 float volume = static_cast<float>(JSI::ValueToNumber(args[0])); in VolumeSetter()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h498 static double ValueToNumber(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp58 double newValue = JSI::ValueToNumber(args[0]); in Setter()
242 * @tc.steps: step4. call JSI ValueToNumber in JSIInterfaceTest006()
244 int32_t numValue = (int32_t)JSI::ValueToNumber(num); in JSIInterfaceTest006()
597 int32_t num = (int32_t)JSI::ValueToNumber(numValueGet); in JSIInterfaceTest017()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp368 double res = ValueToNumber(propValue); in GetNumberProperty()
715 double JSI::ValueToNumber(JSIValue value) in ValueToNumber() function in OHOS::ACELite::JSI
720 HILOG_INFO(HILOG_MODULE_ACE, "JSI:ValueToNumber params invalid!"); in ValueToNumber()
725 HILOG_INFO(HILOG_MODULE_ACE, "JSI:ValueToNumber has not been implemented in this js engine!"); in ValueToNumber()

Completed in 7 milliseconds