Home
last modified time | relevance | path

Searched refs:SetWakeupDspFeature (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.h58 void SetWakeupDspFeature(const std::string &wakeupDspFeature);
H A Dhistory_info_mgr.cpp116 void HistoryInfoMgr::SetWakeupDspFeature(const std::string &wakeupDspFeature) in SetWakeupDspFeature() function in OHOS::IntellVoiceEngine::HistoryInfoMgr
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.cpp130 HistoryInfoMgr::GetInstance().SetWakeupDspFeature(features); in SetDspFeatures()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp196 historyInfoMgr.SetWakeupDspFeature(std::to_string(size)); in ServiceUtilsFuzzTest()