Home
last modified time | relevance | path

Searched refs:GetWakeupPhrase (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp394 .wakeupPhrase = GetWakeupPhrase(), in HandleInit()
597 .wakeupPhrase = GetWakeupPhrase(), in HandleResetAdapter()
642 std::string WakeupEngineImpl::GetWakeupPhrase() in GetWakeupPhrase() function in OHOS::IntellVoiceEngine::WakeupEngineImpl
644 std::string wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(); in GetWakeupPhrase()
H A Dwakeup_engine_impl.h87 std::string GetWakeupPhrase();
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.h57 std::string GetWakeupPhrase();
H A Dhistory_info_mgr.cpp111 std::string HistoryInfoMgr::GetWakeupPhrase() in GetWakeupPhrase() function in OHOS::IntellVoiceEngine::HistoryInfoMgr
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine.cpp99 .wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(), in Init()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp195 historyInfoMgr.GetWakeupPhrase(); in ServiceUtilsFuzzTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp763 auto wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(); in ClearUserData()