Home
last modified time | relevance | path

Searched refs:AsyncExecute (Results 1 - 17 of 17) sorted by relevance

/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.h29 using AsyncExecute = napi_async_execute_callback;
53 AsyncExecute execute);
55 AsyncExecute execute, napi_async_complete_callback complete);
H A Denroll_intell_voice_engine_napi.cpp206 AsyncExecute execute = [](napi_env env, void *data) {}; in CreateEnrollIntelligentVoiceEngine()
240 AsyncExecute execute = [](napi_env env, void *data) {}; in GetSupportedRegions()
300 AsyncExecute execute = [](napi_env env, void *data) {}; in Init()
343 AsyncExecute execute = [](napi_env env, void *data) {}; in EnrollForResult()
366 AsyncExecute execute; in Stop()
410 AsyncExecute execute; in SetParameter()
453 AsyncExecute execute; in GetParameter()
500 AsyncExecute execute = [](napi_env env, void *data) { in SetSensibility()
544 AsyncExecute execute = [](napi_env env, void *data) { in SetWakeupHapInfo()
587 AsyncExecute execut in Commit()
[all...]
H A Dwakeup_intell_voice_engine_napi.cpp197 AsyncExecute execute = [](napi_env env, void *data) {}; in CreateWakeupIntelligentVoiceEngine()
231 AsyncExecute execute = [](napi_env env, void *data) {}; in GetSupportedRegions()
268 AsyncExecute execute; in SetParameter()
310 AsyncExecute execute; in GetParameter()
357 AsyncExecute execute = [](napi_env env, void *data) { in SetSensibility()
401 AsyncExecute execute = [](napi_env env, void *data) { in SetWakeupHapInfo()
426 AsyncExecute execute = [](napi_env env, void *data) { in Release()
624 AsyncExecute execute; in StartCapturer()
662 AsyncExecute execute; in Read()
705 AsyncExecute execut in StopCapturer()
[all...]
H A Dwakeup_manager_napi.cpp228 AsyncExecute execute; in SetParameter()
278 AsyncExecute execute; in GetParameter()
323 AsyncExecute execute; in GetUploadFiles()
405 AsyncExecute execute; in GetWakeupSourceFiles()
597 AsyncExecute execute = [](napi_env env, void *data) {}; in EnrollWithWakeupFilesForResult()
614 AsyncExecute execute; in ClearUserData()
H A Dintell_voice_napi_queue.cpp78 AsyncExecute execute) in AsyncWork()
110 AsyncExecute execute, napi_async_complete_callback complete) in AsyncWork()
/foundation/ai/ai_engine/services/server/server_executor/include/
H A Di_async_task_manager.h36 virtual int AsyncExecute(IRequest *request) = 0;
H A Dengine.h81 int AsyncExecute(IRequest *request);
H A Dserver_executor.h66 int AsyncExecute(IRequest *request) override;
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dserver_executor.cpp128 int ServerExecutor::AsyncExecute(IRequest *request) in AsyncExecute() function in OHOS::AI::ServerExecutor
143 int retCode = engine->AsyncExecute(request); in AsyncExecute()
145 HILOGE("[ServerExecutor]Engine AsyncExecute failed, retCode is %d.", retCode); in AsyncExecute()
H A Dengine.cpp156 int Engine::AsyncExecute(IRequest *request) in AsyncExecute() function in OHOS::AI::Engine
/foundation/ai/ai_engine/services/server/communication_adapter/include/
H A Dsa_server_adapter.h65 int AsyncExecute(const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, const DataInfo &inputInfo);
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server_adapter.cpp109 int SaServerAdapter::AsyncExecute(const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, in AsyncExecute() function in OHOS::AI::SaServerAdapter
123 int ret = asyncTaskManager->AsyncExecute(request); in AsyncExecute()
H A Dadapter_wrapper.cpp126 HILOGW("[AdapterWrapper]SyncExecute but the algoInfo is AsyncExecute"); in SyncExecAlgoWrapper()
149 HILOGW("[AdapterWrapper]AsyncExecute but the algoInfo is SyncExecute."); in AsyncExecAlgoWrapper()
160 return adapter->AsyncExecute(*clientInfo, *algoInfo, *inputInfo); in AsyncExecAlgoWrapper()
/foundation/ai/ai_engine/services/client/communication_adapter/include/
H A Dsa_client_adapter.h121 int AsyncExecute(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo,
/foundation/ai/ai_engine/services/client/client_executor/include/
H A Dclient_factory.h154 virtual int AsyncExecute(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo,
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_adapter.cpp215 int SaClientAdapter::AsyncExecute(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo, in AsyncExecute() function in OHOS::AI::SaClientAdapter
218 HILOGI("[SaClientAdapter]Begin to call AsyncExecute."); in AsyncExecute()
/foundation/ai/ai_engine/services/client/client_executor/source/
H A Dclient_factory.cpp121 int retCode = AsyncExecute(clientInfo, algorithmInfo, inputInfo); in ClientAsyncProcess()
122 HILOGD("[ClientFactory][clientId:%d,sessionId:%d]End to call AsyncExecute, result code[%d]", in ClientAsyncProcess()

Completed in 15 milliseconds