Home
last modified time | relevance | path

Searched refs:ConvertIntFromJsValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h110 bool ConvertIntFromJsValue(napi_env env, napi_value jsValue, uint32_t &value);
H A Dtest_common.cpp186 bool ConvertIntFromJsValue(napi_env env, napi_value jsValue, uint32_t &value) in ConvertIntFromJsValue() function
H A Dmy_xnode.cpp98 if (!ConvertIntFromJsValue(env, argv[2], testCount)) { // 2:count in NapiPerformance()
H A Dmy_xcomponent.cpp371 if (!ConvertIntFromJsValue(env, argv[0], testCount)) { in NapiSetTestCount()