Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.cpp59 if (!ConvertStringFromJsValue(env, argv[1], caseName)) { in NapiFunction()
91 if (!ConvertStringFromJsValue(env, argv[1], caseName)) { // 2:cassname in NapiPerformance()
125 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiGetPixelMapWidth()
158 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiGetPixelMapHeight()
H A Dmy_xcomponent.cpp536 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiFunctionCpu()
588 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiStabilityCpu()
640 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiFunctionGpu()
694 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiPerformanceCpu()
747 if (!ConvertStringFromJsValue(env, argv[0], caseName)) { in NapiPerformanceGpu()
H A Dtest_common.h109 bool ConvertStringFromJsValue(napi_env env, napi_value jsValue, std::string &value);
H A Dtest_common.cpp171 bool ConvertStringFromJsValue(napi_env env, napi_value jsValue, std::string &value) in ConvertStringFromJsValue() function