Home
last modified time | relevance | path

Searched refs:IntellVoiceEngineInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_engine.h46 struct IntellVoiceEngineInfo { struct
78 virtual int32_t Attach(const IntellVoiceEngineInfo &info) = 0;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine.cpp98 IntellVoiceEngineInfo info = { in Init()
130 int32_t UpdateEngine::Attach(const IntellVoiceEngineInfo &info) in Attach()
H A Dupdate_engine.h32 int32_t Attach(const IntellVoiceEngineInfo &info) override;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_engine_proxy.h31 int32_t Attach(const IntellVoiceEngineInfo &info) override;
H A Dintell_voice_engine_proxy.cpp38 int32_t IntellVoiceEngineProxy::Attach(const IntellVoiceEngineInfo &info) in Attach()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dclient_unit_test.cpp85 IntellVoiceEngineInfo info = {};
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.h33 int32_t Attach(const IntellVoiceEngineInfo &info) override;
H A Denroll_engine.cpp114 int32_t EnrollEngine::Attach(const IntellVoiceEngineInfo &info) in Attach()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.h32 int32_t Attach(const IntellVoiceEngineInfo &info) override;
H A Dwakeup_engine_impl.h55 int32_t AttachInner(const IntellVoiceEngineInfo &info);
H A Dwakeup_engine_impl.cpp169 int32_t WakeupEngineImpl::AttachInner(const IntellVoiceEngineInfo &info) in AttachInner()
393 IntellVoiceEngineInfo info = { in HandleInit()
H A Dwakeup_engine.cpp89 int32_t WakeupEngine::Attach(const IntellVoiceEngineInfo & /* info */) in Attach() argument
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H A Dservicemanager_fuzzer.cpp93 IntellVoiceEngineInfo info = { in EnrollEngineFuzzTest()
130 IntellVoiceEngineInfo info = {}; in WakeupEngineFuzzTest()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.h58 int32_t AttachInner(const IntellVoiceEngineInfo &info);
H A Dheadset_wakeup_engine_impl.cpp137 int32_t HeadsetWakeupEngineImpl::AttachInner(const IntellVoiceEngineInfo &info) in AttachInner()
201 IntellVoiceEngineInfo info = { in HandleInit()
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Denroll_intell_voice_engine.cpp60 IntellVoiceEngineInfo info = {}; in Init()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_stub.cpp89 IntellVoiceEngineInfo info = { in AttachInner()