Searched refs:EnrollWithWakeupFilesForResult (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | intell_voice_manager.cpp | 270 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 D | intell_voice_service_proxy.h | 38 …int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> ob…
|
H A D | intell_voice_service_proxy.cpp | 207 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 D | i_intell_voice_service.h | 55 virtual int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo,
|
/ohos5.0/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() 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 D | intell_voice_manager.h | 54 int32_t EnrollWithWakeupFilesForResult(const std::vector<WakeupSourceFile> &cloneFileInfo,
|
/ohos5.0/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> ob…
|
H A D | intell_voice_service_stub.cpp | 190 ret = EnrollWithWakeupFilesForResult(wakeupInfo, object); in CloneForResultInner()
|
H A D | intell_voice_service.cpp | 509 int32_t IntellVoiceService::EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, in EnrollWithWakeupFilesForResult() function in OHOS::IntellVoiceEngine::IntellVoiceService
|