Home
last modified time | relevance | path

Searched refs:historyInfoMgr (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp182 historyInfoMgr.SetEnrollEngineUid(size); in ServiceUtilsFuzzTest()
183 historyInfoMgr.GetEnrollEngineUid(); in ServiceUtilsFuzzTest()
185 historyInfoMgr.GetWakeupEngineBundleName(); in ServiceUtilsFuzzTest()
187 historyInfoMgr.GetWakeupEngineAbilityName(); in ServiceUtilsFuzzTest()
189 historyInfoMgr.GetWakeupVesion(); in ServiceUtilsFuzzTest()
190 historyInfoMgr.SetLanguage(std::to_string(size)); in ServiceUtilsFuzzTest()
191 historyInfoMgr.GetLanguage(); in ServiceUtilsFuzzTest()
192 historyInfoMgr.SetArea(std::to_string(size)); in ServiceUtilsFuzzTest()
193 historyInfoMgr.GetArea(); in ServiceUtilsFuzzTest()
195 historyInfoMgr.GetWakeupPhrase(); in ServiceUtilsFuzzTest()
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dclone_update_strategy.cpp42 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in UpdateRestrain() local
44 versionNumberSave = historyInfoMgr.GetWakeupVesion(); in UpdateRestrain()
85 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetBundleAndAbilityName() local
90 historyInfoMgr.SetWakeupEngineBundleName(bundleName); in SetBundleAndAbilityName()
96 historyInfoMgr.SetWakeupEngineAbilityName(abilityName); in SetBundleAndAbilityName()
H A Dsilence_update_strategy.cpp58 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in NotifyUpdateFail() local
60 std::string bundleName = historyInfoMgr.GetWakeupEngineBundleName(); in NotifyUpdateFail()
61 std::string abilityName = historyInfoMgr.GetWakeupEngineAbilityName(); in NotifyUpdateFail()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine_utils.cpp90 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SaveWakeupVesion() local
97 historyInfoMgr.SetWakeupVesion(versionNumber); in SaveWakeupVesion()
104 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in IsVersionUpdate() local
106 versionNumberSave = historyInfoMgr.GetWakeupVesion(); in IsVersionUpdate()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp219 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetParameterInner() local
226 historyInfoMgr.SetWakeupEngineBundleName(it.second); in SetParameterInner()
231 historyInfoMgr.SetWakeupEngineAbilityName(it.second); in SetParameterInner()
236 historyInfoMgr.SetLanguage(it.second); in SetParameterInner()
241 historyInfoMgr.SetArea(it.second); in SetParameterInner()
246 historyInfoMgr.SetSensibility(it.second); in SetParameterInner()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.h38 static HistoryInfoMgr historyInfoMgr; in GetInstance() local
39 return historyInfoMgr; in GetInstance()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp260 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in StartAbility() local
262 std::string bundleName = historyInfoMgr.GetWakeupEngineBundleName(); in StartAbility()
263 std::string abilityName = historyInfoMgr.GetWakeupEngineAbilityName(); in StartAbility()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp638 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in GetParameter() local
639 val = historyInfoMgr.GetWakeupVesion().empty() ? "false" : "true"; in GetParameter()
663 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetParameter() local
670 historyInfoMgr.SetSensibility(sensibility); in SetParameter()