Home
last modified time | relevance | path

Searched refs:constructResult_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Denroll_intell_voice_engine_napi.cpp43 int32_t EnrollIntellVoiceEngineNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::EnrollIntellVoiceEngineNapi
132 constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; in Construct()
138 constructResult_ = NAPI_INTELLIGENT_VOICE_NO_MEMORY; in Construct()
146 constructResult_ = NAPI_INTELLIGENT_VOICE_NO_MEMORY; in Construct()
152 constructResult_ = NAPI_INTELLIGENT_VOICE_NO_MEMORY; in Construct()
158 constructResult_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in Construct()
212 asyncContext->result_ = constructResult_; in CreateEnrollIntelligentVoiceEngine()
H A Dwakeup_intell_voice_engine_napi.cpp38 int32_t WakeupIntellVoiceEngineNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::WakeupIntellVoiceEngineNapi
131 constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; in Construct()
137 constructResult_ = NAPI_INTELLIGENT_VOICE_NO_MEMORY; in Construct()
145 constructResult_ = NAPI_INTELLIGENT_VOICE_NO_MEMORY; in Construct()
151 constructResult_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in Construct()
210 asyncContext->result_ = constructResult_; in CreateWakeupIntelligentVoiceEngine()
H A Dwakeup_manager_napi.h55 static int32_t constructResult_; variable
H A Denroll_intell_voice_engine_napi.h62 static int32_t constructResult_; variable
H A Dwakeup_intell_voice_engine_napi.h61 static int32_t constructResult_; variable
H A Dwakeup_manager_napi.cpp48 int32_t WakeupManagerNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::WakeupManagerNapi