Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h325 static std::shared_ptr<TaskHandler<RetInfo>> GetAVRecorderConfigTask(
H A Davrecorder_napi.cpp712 asyncCtx->task_ = AVRecorderNapi::GetAVRecorderConfigTask(asyncCtx); in JsGetAVRecorderConfig()
1156 std::shared_ptr<TaskHandler<RetInfo>> AVRecorderNapi::GetAVRecorderConfigTask( in GetAVRecorderConfigTask() function in OHOS::Media::AVRecorderNapi