Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h145 static napi_value JsResume(napi_env env, napi_callback_info info);
H A Davtranscoder_napi.cpp90 DECLARE_NAPI_FUNCTION("resume", JsResume), in Init()
318 napi_value AVTransCoderNapi::JsResume(napi_env env, napi_callback_info info) in JsResume() function in OHOS::Media::AVTransCoderNapi
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h242 static napi_value JsResume(napi_env env, napi_callback_info info);
H A Davrecorder_napi.cpp77 DECLARE_NAPI_FUNCTION("resume", JsResume), in Init()
508 napi_value AVRecorderNapi::JsResume(napi_env env, napi_callback_info info) in JsResume() function in OHOS::Media::AVRecorderNapi