Searched refs:IpcServerClientProxy (Results 1 – 5 of 5) sorted by relevance
24 class IpcServerClientProxy : public IRemoteProxy<IpcRemoteBroker> {26 …explicit IpcServerClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IpcRemoteBroker>(imp… in IpcServerClientProxy() function27 ~IpcServerClientProxy() {}; in ~IpcServerClientProxy()37 static inline BrokerDelegator<IpcServerClientProxy> delegator_;
40 auto instance = new IpcServerClientProxy(remoteObject); in IpcServerClientProxyFuzzTest()
26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
415 sptr<IpcServerClientProxy> callback(new IpcServerClientProxy(listener)); in ON_IPC_CMD()
73 auto instance = new IpcServerClientProxy(remoteObject);