Searched defs:aiInterface (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server.c | 239 static int InvokeInitSaEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeInitSaEngine() 260 static int InvokeLoadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeLoadAlgorithm() 287 static int InvokeSyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSyncExecute() 314 static int InvokeAsyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeAsyncExecute() 334 static int InvokeDestroyEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeDestroyEngine() 350 static int InvokeSetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSetOption() 378 static int InvokeGetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeGetOption() 414 static int InvokeRegisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeRegisterCallback() 437 static int InvokeUnregisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeUnregisterCallback() 464 static int InvokeUnloadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeUnloadAlgorithm() [all …]
|