Home
last modified time | relevance | path

Searched defs:AsyncExecute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.h29 using AsyncExecute = napi_async_execute_callback; variable
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine.cpp156 int Engine::AsyncExecute(IRequest *request) in AsyncExecute() function in OHOS::AI::Engine
H A Dserver_executor.cpp128 int ServerExecutor::AsyncExecute(IRequest *request) in AsyncExecute() function in OHOS::AI::ServerExecutor
/ohos5.0/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
/ohos5.0/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