Home
last modified time | relevance | path

Searched refs:StopDetection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp85 StopDetection(VOICE_WAKEUP_MODEL_UUID); in CreateEngine()
86 StopDetection(PROXIMAL_WAKEUP_MODEL_UUID); in CreateEngine()
314 void IntellVoiceServiceManager::StopDetection(int32_t uuid) in StopDetection() function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager
463 StopDetection(VOICE_WAKEUP_MODEL_UUID); in OnSwitchChange()
464 StopDetection(PROXIMAL_WAKEUP_MODEL_UUID); in OnSwitchChange()
H A Dintell_voice_service_manager.h81 void StopDetection(int32_t uuid);
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp70 manager->StopDetection(size); in IntellVoiceServiceManagerFuzzTest()