Home
last modified time | relevance | path

Searched refs:INTELL_VOICE_UPDATE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp276 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (IsEngineExist(INTELL_VOICE_UPDATE))) { in StartDetection()
459 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (IsEngineExist(INTELL_VOICE_UPDATE))) { in OnSwitchChange()
540 if (type == INTELL_VOICE_UPDATE && GetUpdateState()) { in IsEngineExist()
576 sptr<IIntellVoiceEngine> updateEngine = CreateEngine(INTELL_VOICE_UPDATE, param); in CreateUpdateEngine()
587 ReleaseEngine(INTELL_VOICE_UPDATE); in ReleaseUpdateEngine()
838 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (IsEngineExist(INTELL_VOICE_UPDATE))) { in SwitchOnProc()
870 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (IsEngineExist(INTELL_VOICE_UPDATE))) { in SwitchOffProc()
904 if ((IsEngineExist(INTELL_VOICE_ENROLL)) || (IsEngineExist(INTELL_VOICE_UPDATE))) { in IsNeedToUnloadService()
H A Dintell_voice_engine_arbitration.cpp28 engineRelationTbl_[INTELL_VOICE_ENROLL][INTELL_VOICE_UPDATE] = REPLACEMENT_TYPE; in IntellVoiceEngineArbitration()
30 engineRelationTbl_[INTELL_VOICE_UPDATE][INTELL_VOICE_ENROLL] = REJECTION_TYPE; in IntellVoiceEngineArbitration()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_factory.cpp38 case INTELL_VOICE_UPDATE: in CreateEngineInst()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine.h29 INTELL_VOICE_UPDATE, enumerator
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp162 …o updateEngine = IntellVoiceServiceManager::GetInstance()->HandleCreateEngine(INTELL_VOICE_UPDATE); in UpdataEngineFuzzTest()