Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h130 class MediaJsResultString : public MediaJsResult {
132 explicit MediaJsResultString(const std::string &value) in MediaJsResultString() function
136 ~MediaJsResultString() = default;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Dvideo_recorder_napi.cpp302 threadCtx->JsResult = std::make_unique<MediaJsResultString>(surfaceId); in GetInputSurface()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp910 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp479 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in JsGetInputMetaSurface()
1144 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()