Home
last modified time | relevance | path

Searched refs:GetNumberProperty (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp96 double num = JSI::GetNumberProperty(args[0], "param1"); in TestCallbackWithArgs()
136 double num = JSI::GetNumberProperty(args[0], "param1"); in TestStandardCallbackWithArgs()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h310 static double GetNumberProperty(JSIValue object, const char * const propName);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp509 * @tc.steps: step2. call JSI GetNumberProperty in JSIInterfaceTest014()
511 int32_t num = (int32_t)JSI::GetNumberProperty(obj, "num"); in JSIInterfaceTest014()
788 int32_t num1 = JSI::GetNumberProperty(object, keyAcquired1); in JSIInterfaceTest021()
789 int32_t num2 = JSI::GetNumberProperty(object, keyAcquired2); in JSIInterfaceTest021()
1227 result = (JSI::GetNumberProperty(resultExtracted, "code") == JSI_ERR_CODE_NOT_SUPPORTED); in JSIInterfaceTest035()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp361 double JSI::GetNumberProperty(JSIValue object, const char * const propName) in GetNumberProperty() function in OHOS::ACELite::JSI
364 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetNumberProperty failed!"); in GetNumberProperty()

Completed in 7 milliseconds