Home
last modified time | relevance | path

Searched refs:AsyncJsReportAVScreenCaptureUserChoice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h129 static void AsyncJsReportAVScreenCaptureUserChoice(napi_env env, void *data);
H A Davscreen_capture_napi.cpp250 …PI_CALL(env, napi_create_async_work(env, nullptr, resource, AsyncJsReportAVScreenCaptureUserChoice, in JsReportAVScreenCaptureUserChoice()
259 void AVScreenCaptureNapi::AsyncJsReportAVScreenCaptureUserChoice(napi_env env, void* data) in AsyncJsReportAVScreenCaptureUserChoice() function in OHOS::Media::AVScreenCaptureNapi