Home
last modified time | relevance | path

Searched defs:SetParameterContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_manager_napi.cpp198 class SetParameterContext : public AsyncContext { in SetParameter() class
200 explicit SetParameterContext(napi_env env): AsyncContext(env) {}; in SetParameter() function in OHOS::IntellVoiceNapi::WakeupManagerNapi::SetParameter::SetParameterContext
H A Denroll_intell_voice_engine_napi.cpp382 class SetParameterContext : public AsyncContext { in SetParameter() class
384 explicit SetParameterContext(napi_env napiEnv): AsyncContext(napiEnv) {}; in SetParameter() function in OHOS::IntellVoiceNapi::EnrollIntellVoiceEngineNapi::SetParameter::SetParameterContext
H A Dwakeup_intell_voice_engine_napi.cpp246 class SetParameterContext : public AsyncContext { in SetParameter() class
248 explicit SetParameterContext(napi_env napiEnv) : AsyncContext(napiEnv) {}; in SetParameter() function in OHOS::IntellVoiceNapi::WakeupIntellVoiceEngineNapi::SetParameter::SetParameterContext