Home
last modified time | relevance | path

Searched refs:EnrollWithWakeupFilesForResult (Results 1 - 10 of 10) sorted by relevance

/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_service.h55 virtual int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo,
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_service_proxy.h38 int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> object) override;
H A Dintell_voice_service_proxy.cpp239 int32_t IntellVoiceServiceProxy::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceServiceProxy
/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp277 int32_t IntellVoiceManager::EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &cloneFileInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoice::IntellVoiceManager
304 return g_sProxy->EnrollWithWakeupFilesForResult(wakeupInfo, callback_->AsObject()); in EnrollWithWakeupFilesForResult()
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dintell_voice_manager.h57 int32_t EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &cloneFileInfo,
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_manager_napi.h46 static napi_value EnrollWithWakeupFilesForResult(napi_env env, napi_callback_info info);
H A Dwakeup_manager_napi.cpp79 DECLARE_NAPI_FUNCTION("enrollWithWakeupFilesForResult", EnrollWithWakeupFilesForResult), in Export()
546 napi_value WakeupManagerNapi::EnrollWithWakeupFilesForResult(napi_env env, napi_callback_info info) in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceNapi::WakeupManagerNapi
582 if (manager->EnrollWithWakeupFilesForResult(context->cloneFiles, context->wakeupInfo, in EnrollWithWakeupFilesForResult()
599 return NapiAsync::AsyncWork(env, context, "EnrollWithWakeupFilesForResult", execute, in EnrollWithWakeupFilesForResult()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service.h49 int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> object) override;
H A Dintell_voice_service_stub.cpp194 ret = EnrollWithWakeupFilesForResult(wakeupInfo, object); in CloneForResultInner()
H A Dintell_voice_service.cpp542 int32_t IntellVoiceService::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceService

Completed in 6 milliseconds