Home
last modified time | relevance | path

Searched refs:HandleSetParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.h68 int32_t HandleSetParam(const StateMsg &msg, State &nextState);
H A Dheadset_wakeup_engine_impl.cpp67 .ACT(SET_PARAM, HandleSetParam); in InitStates()
423 int32_t HeadsetWakeupEngineImpl::HandleSetParam(const StateMsg &msg, State & /* nextState */) in HandleSetParam() function in OHOS::IntellVoiceEngine::HeadsetWakeupEngineImpl
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.h72 int32_t HandleSetParam(const StateMsg &msg, State &nextState);
H A Dwakeup_engine_impl.cpp71 .ACT(SET_PARAM, HandleSetParam) in InitStates()
351 int32_t WakeupEngineImpl::HandleSetParam(const StateMsg &msg, State & /* nextState */) in HandleSetParam() function in OHOS::IntellVoiceEngine::WakeupEngineImpl