Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.h56 void SetWakeupPhrase(const std::string &wakeupPhrase);
H A Dhistory_info_mgr.cpp106 void HistoryInfoMgr::SetWakeupPhrase(const std::string &wakeupPhrase) in SetWakeupPhrase() function in OHOS::IntellVoiceEngine::HistoryInfoMgr
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp125 HistoryInfoMgr::GetInstance().SetWakeupPhrase(info.wakeupPhrase); in Attach()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp194 historyInfoMgr.SetWakeupPhrase(std::to_string(size)); in ServiceUtilsFuzzTest()