Home
last modified time | relevance | path

Searched refs:StartDetection (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.cpp274 bool IntellVoiceServiceManager::StartDetection(int32_t uuid) in StartDetection() function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager
330 StartDetection(VOICE_WAKEUP_MODEL_UUID); in OnDetected()
331 StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); in OnDetected()
357 if (!StartDetection(uuid)) { in CreateAndStartServiceObject()
466 StartDetection(VOICE_WAKEUP_MODEL_UUID); in OnSwitchChange()
467 StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); in OnSwitchChange()
898 TaskExecutor::AddAsyncTask([this]() { StartDetection(VOICE_WAKEUP_MODEL_UUID); }); in HandleCloseWakeupSource()
899 TaskExecutor::AddAsyncTask([this]() { StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); }); in HandleCloseWakeupSource()
H A Dintell_voice_service_manager.h80 bool StartDetection(int32_t uuid);
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp69 manager->StartDetection(size); in IntellVoiceServiceManagerFuzzTest()