Searched refs:AsyncExecuteAlgorithm (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server.c | 191 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 D | ai_service.h | 89 int (*AsyncExecuteAlgorithm)(const ClientInfo *clientInfo, const AlgorithmInfo *algoInfo, member
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/include/ |
H A D | sa_client.h | 129 int AsyncExecuteAlgorithm(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo,
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client.cpp | 161 int SaClient::AsyncExecuteAlgorithm(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInf… in AsyncExecuteAlgorithm() function in OHOS::AI::SaClient
|
H A D | sa_client_adapter.cpp | 221 return saClient->AsyncExecuteAlgorithm(clientInfo, algorithmInfo, inputInfo); in AsyncExecute()
|