Searched refs:OnAudioStateChanged (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 80 virtual void OnAudioStateChanged(const BtAddr &addr, const int state, void *context) = 0;
|
H A D | a2dp_service.h | 90 void OnAudioStateChanged(const BtAddr &addr, const int state, void *context) override;
|
H A D | a2dp_profile.cpp | 234 a2dpSvcCBack_->OnAudioStateChanged(addr, state, context); in AudioStateChangedNotify()
|
H A D | a2dp_service.cpp | 174 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 D | js_web.h | 130 static void OnAudioStateChanged(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1966 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 D | web_event_hub.h | 121 ACE_WEB_EVENT_PROPERTY(OnAudioStateChanged, void);
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 229 void OnAudioStateChanged(bool playing) override;
|
H A D | web_client_impl.cpp | 904 void WebClientImpl::OnAudioStateChanged(bool playing) in OnAudioStateChanged() function in OHOS::Ace::WebClientImpl 909 delegate->OnAudioStateChanged(playing); in OnAudioStateChanged()
|
H A D | web_delegate.h | 935 void OnAudioStateChanged(bool audible);
|
H A D | web_delegate.cpp | 5583 void WebDelegate::OnAudioStateChanged(bool audible) in OnAudioStateChanged() function in OHOS::Ace::WebDelegate
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 861 void WebDelegate::OnAudioStateChanged(bool audible) {} in OnAudioStateChanged() function in OHOS::Ace::WebDelegate
|
Completed in 37 milliseconds