Home
last modified time | relevance | path

Searched refs:ExecuteByPromise (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp309 return ExecuteByPromise(env, info, AVTransCoderOpt::START); in JsStart()
315 return ExecuteByPromise(env, info, AVTransCoderOpt::PAUSE); in JsPause()
324 return ExecuteByPromise(env, info, AVTransCoderOpt::RESUME); in JsResume()
330 return ExecuteByPromise(env, info, AVTransCoderOpt::CANCEL); in JsCancel()
336 return ExecuteByPromise(env, info, AVTransCoderOpt::RELEASE); in JsRelease()
438 napi_value AVTransCoderNapi::ExecuteByPromise(napi_env env, napi_callback_info info, const std::str… in ExecuteByPromise() function in OHOS::Media::AVTransCoderNapi
H A Davtranscoder_napi.h180 … static napi_value ExecuteByPromise(napi_env env, napi_callback_info info, const std::string &opt);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp324 return ExecuteByPromise(env, info, AVScreenCapturegOpt::START_RECORDING); in JsStartRecording()
330 return ExecuteByPromise(env, info, AVScreenCapturegOpt::STOP_RECORDING); in JsStopRecording()
457 return ExecuteByPromise(env, info, AVScreenCapturegOpt::RELEASE); in JsRelease()
876 napi_value AVScreenCaptureNapi::ExecuteByPromise(napi_env env, napi_callback_info info, const std::… in ExecuteByPromise() function in OHOS::Media::AVScreenCaptureNapi
H A Davscreen_capture_napi.h113 … static napi_value ExecuteByPromise(napi_env env, napi_callback_info info, const std::string &opt);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp435 return ExecuteByPromise(env, info, AVRecordergOpt::GETINPUTSURFACE); in JsGetInputSurface()
498 return ExecuteByPromise(env, info, AVRecordergOpt::START); in JsStart()
505 return ExecuteByPromise(env, info, AVRecordergOpt::PAUSE); in JsPause()
515 return ExecuteByPromise(env, info, AVRecordergOpt::RESUME); in JsResume()
522 return ExecuteByPromise(env, info, AVRecordergOpt::STOP); in JsStop()
529 return ExecuteByPromise(env, info, AVRecordergOpt::RESET); in JsReset()
536 return ExecuteByPromise(env, info, AVRecordergOpt::RELEASE); in JsRelease()
1106 napi_value AVRecorderNapi::ExecuteByPromise(napi_env env, napi_callback_info info, const std::strin… in ExecuteByPromise() function in OHOS::Media::AVRecorderNapi
H A Davrecorder_napi.h324 … static napi_value ExecuteByPromise(napi_env env, napi_callback_info info, const std::string &opt);