Home
last modified time | relevance | path

Searched refs:AudioInfoAdapter (Results 1 - 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_info_adapter_impl.h27 explicit ArkAudioInfoAdapterImpl(std::shared_ptr<OHOS::NWeb::AudioInfoAdapter>);
36 std::shared_ptr<OHOS::NWeb::AudioInfoAdapter> real_;
H A Dark_audio_info_adapter_impl.cpp25 ArkAudioInfoAdapterImpl::ArkAudioInfoAdapterImpl(std::shared_ptr<OHOS::NWeb::AudioInfoAdapter> ref) : real_(ref) {} in ArkAudioInfoAdapterImpl()
H A Dark_screen_capture_config_adapter_impl.cpp42 std::shared_ptr<NWeb::AudioInfoAdapter> info = real_->GetAudioInfo(); in GetAudioInfo()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h161 class AudioInfoAdapter { class in OHOS::NWeb::CaptureModeAdapter::DataTypeAdapter
163 AudioInfoAdapter() = default;
165 virtual ~AudioInfoAdapter() = default;
251 virtual std::shared_ptr<AudioInfoAdapter> GetAudioInfo() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_info_adapter_wrapper.h25 class ArkAudioInfoAdapterWrapper : public NWeb::AudioInfoAdapter {
H A Dark_screen_capture_config_adapter_wrapper.h33 std::shared_ptr<NWeb::AudioInfoAdapter> GetAudioInfo() override;
H A Dark_screen_capture_config_adapter_wrapper.cpp41 std::shared_ptr<NWeb::AudioInfoAdapter> ArkScreenCaptureConfigAdapterWrapper::GetAudioInfo() in GetAudioInfo()
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp110 class MockAudioInfoAdapter : public AudioInfoAdapter {
244 std::shared_ptr<AudioInfoAdapter> GetAudioInfo() in GetAudioInfo()

Completed in 6 milliseconds