Home
last modified time | relevance | path

Searched refs:HistoryInfoMgr (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dhistory_info_mgr.cpp30 HistoryInfoMgr::HistoryInfoMgr() in HistoryInfoMgr() function in OHOS::IntellVoiceEngine::HistoryInfoMgr
35 void HistoryInfoMgr::SetEnrollEngineUid(int32_t uid) in SetEnrollEngineUid()
40 int32_t HistoryInfoMgr::GetEnrollEngineUid() in GetEnrollEngineUid()
51 std::string HistoryInfoMgr::GetWakeupEngineBundleName() in GetWakeupEngineBundleName()
71 std::string HistoryInfoMgr::GetWakeupVesion() in GetWakeupVesion()
81 std::string HistoryInfoMgr::GetLanguage() in GetLanguage()
86 void HistoryInfoMgr::SetArea(const std::string &area) in SetArea()
91 std::string HistoryInfoMgr::GetArea() in GetArea()
101 std::string HistoryInfoMgr::GetSensibility() in GetSensibility()
111 std::string HistoryInfoMgr::GetWakeupPhrase() in GetWakeupPhrase()
[all …]
H A Dhistory_info_mgr.h31 class HistoryInfoMgr : private ServiceDbHelper {
33 HistoryInfoMgr();
34 ~HistoryInfoMgr() = default;
36 static HistoryInfoMgr& GetInstance() in GetInstance()
38 static HistoryInfoMgr historyInfoMgr; in GetInstance()
63 DISALLOW_COPY_AND_MOVE(HistoryInfoMgr);
/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()
85 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetBundleAndAbilityName()
H A Dsilence_update_strategy.cpp58 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); 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()
104 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in IsVersionUpdate()
H A Dupdate_engine.cpp99 .wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(), in Init()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.cpp124 features = HistoryInfoMgr::GetInstance().GetWakeupDspFeature(); in SetDspFeatures()
130 HistoryInfoMgr::GetInstance().SetWakeupDspFeature(features); in SetDspFeatures()
223 std::string language = HistoryInfoMgr::GetInstance().GetLanguage(); in SetLanguage()
238 std::string area = HistoryInfoMgr::GetInstance().GetArea(); in SetArea()
254 std::string sensibility = HistoryInfoMgr::GetInstance().GetSensibility(); in SetSensibility()
/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()
219 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetParameterInner()
/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()
663 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in SetParameter()
763 auto wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(); in ClearUserData()
767HistoryInfoMgr::GetInstance().DeleteKey({KEY_WAKEUP_ENGINE_BUNDLE_NAME, KEY_WAKEUP_ENGINE_ABILITY_… in ClearUserData()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp260 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in StartAbility()
H A Dwakeup_engine_impl.cpp644 std::string wakeupPhrase = HistoryInfoMgr::GetInstance().GetWakeupPhrase(); in GetWakeupPhrase()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp181 HistoryInfoMgr &historyInfoMgr = HistoryInfoMgr::GetInstance(); in ServiceUtilsFuzzTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.cpp210 HistoryInfoMgr::GetInstance().DeleteKey({ KEY_WAKEUP_VESRION }); in UpdateCompleteProc()