Home
last modified time | relevance | path

Searched refs:GetFileFormat (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_recorder_info_adapter_impl.cpp29 int32_t ArkRecorderInfoAdapterImpl::GetFileFormat() in GetFileFormat() function in OHOS::ArkWeb::ArkRecorderInfoAdapterImpl
31 return (int32_t)real_->GetFileFormat(); in GetFileFormat()
H A Dark_recorder_info_adapter_impl.h30 int32_t GetFileFormat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_recorder_info_adapter_wrapper.cpp32 NWeb::ContainerFormatTypeAdapter ArkRecorderInfoAdapterWrapper::GetFileFormat() in GetFileFormat() function in OHOS::ArkWeb::ArkRecorderInfoAdapterWrapper
34 return (NWeb::ContainerFormatTypeAdapter)ctocpp_->GetFileFormat(); in GetFileFormat()
H A Dark_recorder_info_adapter_wrapper.h31 NWeb::ContainerFormatTypeAdapter GetFileFormat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h108 virtual int32_t GetFileFormat() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h238 virtual ContainerFormatTypeAdapter GetFileFormat() = 0;
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp195 …fig.recorderInfo.fileFormat = GetOHContainerFormatType(config->GetRecorderInfo()->GetFileFormat()); in ConvertScreenCaptureConfig()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp221 ContainerFormatTypeAdapter GetFileFormat() override in GetFileFormat() function in OHOS::NWeb::MockRecorderInfoAdapter