Home
last modified time | relevance | path

Searched refs:WHISPER_KEY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.h38 const std::string WHISPER_KEY = "intell_voice_trigger_whisper"; variable
106 …if ((key == WAKEUP_KEY) || (key == WHISPER_KEY) || (key == IMPROVE_KEY) || (key == SHORTWORD_KEY))… in IsSwitchKeyValid()
119 return QuerySwitchStatus(WHISPER_KEY); in QuerySwitchByUuid()
H A Dintell_voice_service_manager.cpp202 RegisterObserver(WHISPER_KEY); in CreateSwitchProvider()
441 } else if (switchKey == WHISPER_KEY) { in OnSwitchChange()
909 if ((QuerySwitchStatus(WAKEUP_KEY)) || (QuerySwitchStatus(WHISPER_KEY))) { in IsNeedToUnloadService()