Home
last modified time | relevance | path

Searched refs:ArkRecorderInfoAdapterWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_recorder_info_adapter_wrapper.cpp22 ArkRecorderInfoAdapterWrapper::ArkRecorderInfoAdapterWrapper(ArkWebRefPtr<ArkRecorderInfoAdapter> r… in ArkRecorderInfoAdapterWrapper() function in OHOS::ArkWeb::ArkRecorderInfoAdapterWrapper
24 std::string ArkRecorderInfoAdapterWrapper::GetUrl() in GetUrl()
32 NWeb::ContainerFormatTypeAdapter ArkRecorderInfoAdapterWrapper::GetFileFormat() in GetFileFormat()
H A Dark_recorder_info_adapter_wrapper.h25 class ArkRecorderInfoAdapterWrapper : public NWeb::RecorderInfoAdapter {
27 explicit ArkRecorderInfoAdapterWrapper(ArkWebRefPtr<ArkRecorderInfoAdapter>);
H A Dark_screen_capture_config_adapter_wrapper.cpp68 return std::make_shared<ArkRecorderInfoAdapterWrapper>(adapter); in GetRecorderInfo()