Searched refs:EnrollWithWakeupFilesForResult (Results 1 - 10 of 10) sorted by relevance
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_service.h | 55 virtual int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo,
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_service_proxy.h | 38 int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> object) override;
|
H A D | intell_voice_service_proxy.cpp | 239 int32_t IntellVoiceServiceProxy::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceServiceProxy
|
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | intell_voice_manager.cpp | 277 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 D | intell_voice_manager.h | 57 int32_t EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &cloneFileInfo,
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | wakeup_manager_napi.h | 46 static napi_value EnrollWithWakeupFilesForResult(napi_env env, napi_callback_info info);
|
H A D | wakeup_manager_napi.cpp | 79 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 D | intell_voice_service.h | 49 int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> object) override;
|
H A D | intell_voice_service_stub.cpp | 194 ret = EnrollWithWakeupFilesForResult(wakeupInfo, object); in CloneForResultInner()
|
H A D | intell_voice_service.cpp | 542 int32_t IntellVoiceService::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceService
|
Completed in 5 milliseconds