Lines Matching refs:proxy
34 * @brief Provides the client proxy class.
58 * @brief Indicates the inherited macro of the client proxy.
60 * This constant is used when a client proxy needs to be customized or generated by a tool. \n
65 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
73 * <b>owner</b> indicates the client proxy that receives the response data; <b>code</b> indicates
82 * @brief Defines the client proxy object.
99 * The passed <b>proxy</b> is used to obtain the server information. Then, <b>request</b>
103 * @param proxy Indicates the pointer of the client proxy object.
114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);