Home
last modified time | relevance | path

Searched refs:OnIntellVoiceEngineEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_adapter_listener.cpp48 cb_->OnIntellVoiceEngineEvent(*(historyEvent_.get())); in SetCallback()
72 cb_->OnIntellVoiceEngineEvent(event); in Notify()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_death_recipient_stub.h31 void OnIntellVoiceEngineEvent(const IntellVoiceEngineCallBackEvent &event) override in OnIntellVoiceEngineEvent() function
H A Dengine_callback_inner.h26 void OnIntellVoiceEngineEvent(
H A Dengine_callback_inner.cpp29 void EngineCallbackInner::OnIntellVoiceEngineEvent(const IntellVoiceEngineCallBackEvent &event) in OnIntellVoiceEngineEvent() function in OHOS::IntellVoiceEngine::EngineCallbackInner
H A Dintell_voice_engine_callback_stub.cpp56 OnIntellVoiceEngineEvent(event); in OnIntellVoiceEngineEventInner()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine_callback.h34 virtual void OnIntellVoiceEngineEvent(const IntellVoiceEngineCallBackEvent &event) = 0;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_callback_proxy.h30 void OnIntellVoiceEngineEvent(const IntellVoiceEngineCallBackEvent &event) override;
H A Dintell_voice_engine_callback_proxy.cpp25 void IntellVoiceEngineCallbackProxy::OnIntellVoiceEngineEvent(const IntellVoiceEngineCallBackEvent … in OnIntellVoiceEngineEvent() function in OHOS::IntellVoiceEngine::IntellVoiceEngineCallbackProxy
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_adapter_listener.cpp44 cb_->OnIntellVoiceEngineEvent(event); in OnIntellVoiceHdiEvent()