Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp270 int32_t IntellVoiceManager::EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &clo… in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoice::IntellVoiceManager
297 return g_sProxy->EnrollWithWakeupFilesForResult(wakeupInfo, callback_->AsObject()); in EnrollWithWakeupFilesForResult()
/ohos5.0/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> ob…
H A Dintell_voice_service_proxy.cpp207 int32_t IntellVoiceServiceProxy::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceServiceProxy
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/
H A Di_intell_voice_service.h55 virtual int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo,
/ohos5.0/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()
539 napi_value WakeupManagerNapi::EnrollWithWakeupFilesForResult(napi_env env, napi_callback_info info) in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceNapi::WakeupManagerNapi
575 if (manager->EnrollWithWakeupFilesForResult(context->cloneFiles, context->wakeupInfo, in EnrollWithWakeupFilesForResult()
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dintell_voice_manager.h54 int32_t EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &cloneFileInfo,
/ohos5.0/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> ob…
H A Dintell_voice_service_stub.cpp190 ret = EnrollWithWakeupFilesForResult(wakeupInfo, object); in CloneForResultInner()
H A Dintell_voice_service.cpp509 int32_t IntellVoiceService::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceService