Home
last modified time | relevance | path

Searched refs:OnAudioStateChanged (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h80 virtual void OnAudioStateChanged(const BtAddr &addr, const int state, void *context) = 0;
H A Da2dp_service.h90 void OnAudioStateChanged(const BtAddr &addr, const int state, void *context) override;
H A Da2dp_profile.cpp234 a2dpSvcCBack_->OnAudioStateChanged(addr, state, context); in AudioStateChangedNotify()
H A Da2dp_service.cpp174 void ObserverProfile::OnAudioStateChanged(const BtAddr &addr, const int state, void *context) in OnAudioStateChanged() function in OHOS::bluetooth::ObserverProfile
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h130 static void OnAudioStateChanged(const JSCallbackInfo& args);
H A Djs_web.cpp1966 JSClass<JSWeb>::StaticMethod("onAudioStateChanged", &JSWeb::OnAudioStateChanged); in JSBind()
4505 void JSWeb::OnAudioStateChanged(const JSCallbackInfo& args) in OnAudioStateChanged() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h121 ACE_WEB_EVENT_PROPERTY(OnAudioStateChanged, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h229 void OnAudioStateChanged(bool playing) override;
H A Dweb_client_impl.cpp904 void WebClientImpl::OnAudioStateChanged(bool playing) in OnAudioStateChanged() function in OHOS::Ace::WebClientImpl
909 delegate->OnAudioStateChanged(playing); in OnAudioStateChanged()
H A Dweb_delegate.h935 void OnAudioStateChanged(bool audible);
H A Dweb_delegate.cpp5583 void WebDelegate::OnAudioStateChanged(bool audible) in OnAudioStateChanged() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp861 void WebDelegate::OnAudioStateChanged(bool audible) {} in OnAudioStateChanged() function in OHOS::Ace::WebDelegate

Completed in 37 milliseconds