Searched refs:JsReset (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.h | 123 void JsReset(const JSCallbackInfo& info);
|
H A D | js_offscreen_rendering_context.cpp | 140 JSClass<JSOffscreenRenderingContext>::CustomMethod("reset", &JSCanvasRenderer::JsReset); in JSBind()
|
H A D | js_rendering_context.cpp | 175 JSClass<JSRenderingContext>::CustomMethod("reset", &JSCanvasRenderer::JsReset); in JSBind()
|
H A D | js_canvas_renderer.cpp | 1552 void JSCanvasRenderer::JsReset(const JSCallbackInfo& info) in JsReset() function in OHOS::OHOS::Ace::Framework::JSCanvasRenderer
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.h | 108 static napi_value JsReset(napi_env env, napi_callback_info info);
|
H A D | avplayer_napi.cpp | 80 DECLARE_NAPI_FUNCTION("reset", JsReset), in Init() 561 napi_value AVPlayerNapi::JsReset(napi_env env, napi_callback_info info) in JsReset() function in OHOS::Media::AVPlayerNapi 566 MEDIA_LOGI("JsReset In"); in JsReset() 579 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsReset EnqueueTask In", FAKE_POINTER(jsPlayer)); in JsReset() 581 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsReset EnqueueTask Out", FAKE_POINTER(jsPlayer)); in JsReset() 590 napi_create_string_utf8(env, "JsReset", NAPI_AUTO_LENGTH, &resource); in JsReset() 604 MEDIA_LOGI("0x%{public}06" PRIXPTR " JsReset Out", FAKE_POINTER(jsPlayer)); in JsReset()
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 252 static napi_value JsReset(napi_env env, napi_callback_info info);
|
H A D | avrecorder_napi.cpp | 79 DECLARE_NAPI_FUNCTION("reset", JsReset), in Init() 525 napi_value AVRecorderNapi::JsReset(napi_env env, napi_callback_info info) in JsReset() function in AVRecorderNapi 527 MediaTrace trace("AVRecorder::JsReset"); in JsReset()
|
Completed in 14 milliseconds