/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_system_manager_adapter_impl.cpp | 30 bool ArkAudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterImpl 32 return real_.HasAudioOutputDevices(); in HasAudioOutputDevices()
|
H A D | ark_audio_system_manager_adapter_impl.h | 29 bool HasAudioOutputDevices() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_system_manager_adapter_wrapper.cpp | 32 bool ArkAudioSystemManagerAdapterWrapper::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterWrapper 37 return ctocpp_->HasAudioOutputDevices(); in HasAudioOutputDevices()
|
H A D | ark_audio_system_manager_adapter_wrapper.h | 29 bool HasAudioOutputDevices() override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiooutputdevices_fuzzer/ |
H A D | audiooutputdevices_fuzzer.cpp | 33 adapter.HasAudioOutputDevices(); in AudioOutputDevicesFuzzTest()
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_system_manager_adapter_mock.cpp | 25 bool AudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
|
H A D | audio_system_manager_adapter_impl.cpp | 150 bool AudioSystemManagerAdapterImpl::HasAudioOutputDevices() in HasAudioOutputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_system_manager_adapter.h | 77 virtual bool HasAudioOutputDevices() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_system_manager_adapter.h | 110 virtual bool HasAudioOutputDevices() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/ |
H A D | audio_system_manager_adapter_impl.h | 62 bool HasAudioOutputDevices() override;
|
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 527 bool ret = AudioSystemManagerAdapterImpl::GetInstance().HasAudioOutputDevices();
|