Home
last modified time | relevance | path

Searched refs:AsyncExecuteAlgorithmProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/include/
H A Dsa_client_proxy.h84 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmIn…
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client.cpp169 return AsyncExecuteAlgorithmProxy(*proxy_, clientInfo, algorithmInfo, inputInfo); in AsyncExecuteAlgorithm()
H A Dsa_client_proxy.cpp224 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmIn… in AsyncExecuteAlgorithmProxy() function