/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | intell_voice_manager_napi.cpp | 28 using namespace OHOS::IntellVoice; 46 static const std::map<std::string, OHOS::IntellVoice::ServiceChangeType> SERVICE_CHANGE_TYPE_MAP = { 50 static const std::map<std::string, OHOS::IntellVoice::IntelligentVoiceEngineType> ENGINE_TYPE_MAP = { 56 static const std::map<std::string, OHOS::IntellVoice::SensibilityType> SENSIBILITY_TYPE_MAP = { 62 static const std::map<std::string, OHOS::IntellVoice::EnrollIntelligentVoiceEventType> ENROLL_EVENT_TYPE_MAP = { 69 static const std::map<std::string, OHOS::IntellVoice::WakeupIntelligentVoiceEventType> WAKEUP_EVENT_TYPE_MAP = { 75 static const std::map<std::string, OHOS::IntellVoice::IntelligentVoiceErrorCode> ERROR_CODE_MAP = { 85 static const std::map<std::string, OHOS::IntellVoice::EnrollResult> ENROLL_RESULT_MAP = { 86 {"SUCCESS", OHOS::IntellVoice::EnrollResult::SUCCESS}, 87 {"VPR_TRAIN_FAILED", OHOS::IntellVoice [all...] |
H A D | intell_voice_update_callback_napi.h | 31 using namespace OHOS::IntellVoice; 38 int32_t result = OHOS::IntellVoice::EnrollResult::UNKNOWN_ERROR; 39 std::vector <OHOS::IntellVoice::WakeupSourceFile> cloneFiles;
|
H A D | enroll_intell_voice_engine_napi.h | 27 using OHOS::IntellVoice::EnrollIntellVoiceEngine; 28 using OHOS::IntellVoice::EngineConfig; 29 using OHOS::IntellVoice::EnrollIntelligentVoiceEngineDescriptor;
|
H A D | wakeup_intell_voice_engine_napi.h | 25 using OHOS::IntellVoice::WakeupIntellVoiceEngine; 26 using OHOS::IntellVoice::WakeupIntelligentVoiceEngineDescriptor;
|
H A D | intell_voice_manager_napi.h | 30 using OHOS::IntellVoice::IntellVoiceManager;
|
H A D | service_change_callback_napi.cpp | 28 using namespace OHOS::IntellVoice;
|
H A D | engine_event_callback_napi.cpp | 25 using namespace OHOS::IntellVoice;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_update_callback_stub.h | 22 namespace IntellVoice { namespace 23 using namespace OHOS::IntellVoice;
|
H A D | update_callback_inner.cpp | 23 namespace IntellVoice { namespace
|
H A D | update_callback_inner.h | 22 namespace IntellVoice { namespace
|
H A D | intell_voice_update_callback_stub.cpp | 24 namespace IntellVoice { namespace
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_update_callback.h | 23 namespace IntellVoice { namespace 41 } // namespace IntellVoice
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_update_callback_proxy.h | 22 namespace IntellVoice { namespace
|
H A D | intell_voice_update_callback_proxy.cpp | 24 namespace IntellVoice { namespace
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/ |
H A D | clone_update_strategy.h | 23 using namespace OHOS::IntellVoice;
|
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/ |
H A D | intell_voice_info.h | 22 namespace IntellVoice { namespace 156 } // namespace IntellVoice
|
H A D | wakeup_intell_voice_engine.h | 24 namespace IntellVoice { namespace 59 } // namespace IntellVoice
|
H A D | enroll_intell_voice_engine.h | 24 namespace IntellVoice { namespace 63 } // namespace IntellVoice
|
H A D | intell_voice_manager.h | 29 namespace IntellVoice { namespace 70 } // namespace IntellVoice
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/ |
H A D | client_unit_test.cpp | 33 using namespace OHOS::IntellVoice;
|
/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/ |
H A D | intellvoice_fuzzer.cpp | 29 using namespace OHOS::IntellVoice;
|
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | enroll_intell_voice_engine.cpp | 26 namespace IntellVoice { namespace
|
H A D | wakeup_intell_voice_engine.cpp | 27 namespace IntellVoice { namespace
|
H A D | intell_voice_manager.cpp | 31 namespace IntellVoice { namespace 318 } // namespace IntellVoice
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | intell_voice_util.cpp | 35 using namespace OHOS::IntellVoice;
|