Home
last modified time | relevance | path

Searched refs:QuerySwitchStatus (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.h82 bool QuerySwitchStatus(const std::string &key);
115 return QuerySwitchStatus(WAKEUP_KEY); in QuerySwitchByUuid()
119 return QuerySwitchStatus(WHISPER_KEY); in QuerySwitchByUuid()
H A Dintell_voice_service_manager.cpp416 bool IntellVoiceServiceManager::QuerySwitchStatus(const std::string &key) in QuerySwitchStatus() function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager
428 return switchProvider_->QuerySwitchStatus(key); in QuerySwitchStatus()
434 if (QuerySwitchStatus(switchKey)) { in OnSwitchChange()
442 if (QuerySwitchStatus(switchKey)) { in OnSwitchChange()
909 if ((QuerySwitchStatus(WAKEUP_KEY)) || (QuerySwitchStatus(WHISPER_KEY))) { in IsNeedToUnloadService()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dswitch_provider.h30 bool QuerySwitchStatus(const std::string &key);
H A Dswitch_provider.cpp78 bool SwitchProvider::QuerySwitchStatus(const std::string &key) in QuerySwitchStatus() function in OHOS::IntellVoiceEngine::SwitchProvider
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp71 manager->QuerySwitchStatus(std::to_string(size)); in IntellVoiceServiceManagerFuzzTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp632 if (mgr->QuerySwitchStatus(SHORTWORD_KEY)) { in UpdateDspModel()