Searched refs:ExecuteByPromise (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/ |
H A D | avtranscoder_napi.cpp | 309 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 D | avtranscoder_napi.h | 180 … 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 D | avscreen_capture_napi.cpp | 324 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 D | avscreen_capture_napi.h | 113 … 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 D | avrecorder_napi.cpp | 435 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 D | avrecorder_napi.h | 324 … static napi_value ExecuteByPromise(napi_env env, napi_callback_info info, const std::string &opt);
|