Home
last modified time | relevance | path

Searched refs:NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_common_napi.h32 constexpr int32_t NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED = 201; variable
H A Dintell_voice_common_napi.cpp36 {NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED, NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED_INFO}, in GetMessageByCode()
H A Denroll_intell_voice_engine_napi.cpp158 constructResult_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in Construct()
328 asyncContext->result_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in EnrollForResult()
334 asyncContext->result_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in EnrollForResult()
H A Dwakeup_intell_voice_engine_napi.cpp151 constructResult_ = NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED; in Construct()
474 IntellVoiceCommonNapi::ThrowError(env, NAPI_INTELLIGENT_VOICE_PERMISSION_DENIED); in RegisterCallback()