/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_renderer_adapter_impl.cpp | 90 void ArkAudioRendererAdapterImpl::SetInterruptMode(bool audioExclusive) in SetInterruptMode() argument 92 real_->SetInterruptMode(audioExclusive); in SetInterruptMode()
|
H A D | ark_audio_renderer_adapter_impl.h | 49 void SetInterruptMode(bool audioExclusive) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_renderer_adapter_wrapper.cpp | 94 void ArkAudioRendererAdapterWrapper::SetInterruptMode(bool audioExclusive) in SetInterruptMode() argument 96 ctocpp_->SetInterruptMode(audioExclusive); in SetInterruptMode()
|
H A D | ark_audio_renderer_adapter_wrapper.h | 50 void SetInterruptMode(bool audioExclusive) override;
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_renderer_adapter_impl.cpp | 291 void AudioRendererAdapterImpl::SetInterruptMode(bool audioExclusive) in SetInterruptMode() argument 297 …InterruptMode interruptMode = audioExclusive ? InterruptMode::INDEPENDENT_MODE : InterruptMode::SH… in SetInterruptMode() 298 … WVLOG_D("AudioRendererAdapterImpl::SetInterruptMode audioExclusive: %{public}d", audioExclusive); in SetInterruptMode()
|
H A D | audio_renderer_adapter_mock.cpp | 73 void AudioRendererAdapterImpl::SetInterruptMode(bool audioExclusive) {} in SetInterruptMode() argument
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_renderer_adapter.h | 104 virtual void SetInterruptMode(bool audioExclusive) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/ |
H A D | audio_renderer_adapter_impl.h | 83 void SetInterruptMode(bool audioExclusive) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_renderer_adapter.h | 169 virtual void SetInterruptMode(bool audioExclusive) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_delegate_interface.h | 66 virtual void UpdateAudioExclusive(const bool& audioExclusive) = 0;
|
H A D | web_model.h | 158 virtual void SetAudioExclusive(bool audioExclusive) {}; in SetAudioExclusive() argument
|
H A D | web_model_ng.h | 165 void SetAudioExclusive(bool audioExclusive) override;
|
H A D | web_model_ng.cpp | 1001 void WebModelNG::SetAudioExclusive(bool audioExclusive) in SetAudioExclusive() argument 1005 webPattern->UpdateAudioExclusive(audioExclusive); in SetAudioExclusive()
|
H A D | web_pattern.h | 807 void OnAudioExclusiveUpdate(bool audioExclusive);
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 212 void SetAudioExclusive(bool audioExclusive) override {} in SetAudioExclusive() argument
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 277 void SetAudioExclusive(bool audioExclusive) override in SetAudioExclusive() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 561 void WebPattern::OnAudioExclusiveUpdate(bool audioExclusive) in OnAudioExclusiveUpdate() argument 564 delegate_->UpdateAudioExclusive(audioExclusive); in OnAudioExclusiveUpdate()
|
H A D | web_delegate_cross.h | 379 void UpdateAudioExclusive(const bool& audioExclusive) override;
|
H A D | web_pattern.h | 542 void OnAudioExclusiveUpdate(bool audioExclusive);
|
H A D | web_delegate_cross.cpp | 1569 void WebDelegateCross::UpdateAudioExclusive(const bool& audioExclusive) in UpdateAudioExclusive() argument
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 828 virtual void SetAudioExclusive(bool audioExclusive) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 706 void UpdateAudioExclusive(const bool& audioExclusive);
|
H A D | web_delegate.cpp | 3340 void WebDelegate::UpdateAudioExclusive(const bool& audioExclusive) in UpdateAudioExclusive() argument 3347 [weak = WeakClaim(this), audioExclusive]() { in UpdateAudioExclusive() 3351 delegate->nweb_->SetAudioExclusive(audioExclusive); in UpdateAudioExclusive()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 1777 > - 建议为所有Web组件设置相同的audioExclusive值。 1786 …| 是 | 设置Web的媒体策略。其中,resumeInterval的默认值为0表示不自动续播。默认值:{resumeInterval: 0, audioExclusive: true}。 | 1798 @State options: WebMediaOptions = {resumeInterval: 10, audioExclusive: true}; 8189 | audioExclusive | boolean | 否 | 应用内多个Web实例的音频是否独占。 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4397 bool audioExclusive = audioExclusiveObj->ToBoolean(); in MediaOptions() local 4398 WebModel::GetInstance()->SetAudioExclusive(audioExclusive); in MediaOptions()
|