Home
last modified time | relevance | path

Searched refs:AsyncExecuteAlgorithm (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c191 static int AsyncExecuteAlgorithm(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, in AsyncExecuteAlgorithm() function
326 retCode = aiInterface->AsyncExecuteAlgorithm(&clientInfo, &algorithmInfo, &inputInfo); in InvokeAsyncExecute()
557 .AsyncExecuteAlgorithm = AsyncExecuteAlgorithm,
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/ipc_interface/
H A Dai_service.h89 int (*AsyncExecuteAlgorithm)(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, member
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/include/
H A Dsa_client.h129 int AsyncExecuteAlgorithm(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo,
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client.cpp161 int SaClient::AsyncExecuteAlgorithm(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInf… in AsyncExecuteAlgorithm() function in OHOS::AI::SaClient
H A Dsa_client_adapter.cpp221 return saClient->AsyncExecuteAlgorithm(clientInfo, algorithmInfo, inputInfo); in AsyncExecute()