Home
last modified time | relevance | path

Searched refs:HasAudioOutputDevices (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_system_manager_adapter_impl.cpp30 bool ArkAudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterImpl
32 return real_.HasAudioOutputDevices(); in HasAudioOutputDevices()
H A Dark_audio_system_manager_adapter_impl.h29 bool HasAudioOutputDevices() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_system_manager_adapter_wrapper.cpp32 bool ArkAudioSystemManagerAdapterWrapper::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterWrapper
37 return ctocpp_->HasAudioOutputDevices(); in HasAudioOutputDevices()
H A Dark_audio_system_manager_adapter_wrapper.h29 bool HasAudioOutputDevices() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiooutputdevices_fuzzer/
H A Daudiooutputdevices_fuzzer.cpp33 adapter.HasAudioOutputDevices(); in AudioOutputDevicesFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_mock.cpp25 bool AudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
H A Daudio_system_manager_adapter_impl.cpp150 bool AudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_system_manager_adapter.h77 virtual bool HasAudioOutputDevices() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_system_manager_adapter.h110 virtual bool HasAudioOutputDevices() = 0;
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_system_manager_adapter_impl.h62 bool HasAudioOutputDevices() override;
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp527 bool ret = AudioSystemManagerAdapterImpl::GetInstance().HasAudioOutputDevices();