Searched refs:constructResult_ (Results 1 – 6 of 6) sorted by relevance
43 int32_t EnrollIntellVoiceEngineNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::EnrollIntellVoiceEngineNapi132 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()
38 int32_t WakeupIntellVoiceEngineNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::WakeupIntellVoiceEngineNapi131 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()
55 static int32_t constructResult_; variable
62 static int32_t constructResult_; variable
61 static int32_t constructResult_; variable
48 int32_t WakeupManagerNapi::constructResult_ = NAPI_INTELLIGENT_VOICE_SUCCESS; member in OHOS::IntellVoiceNapi::WakeupManagerNapi