Searched refs:IpcClientServerProxy (Results 1 – 7 of 7) sorted by relevance
29 class IpcClientServerProxy : public IRemoteProxy<IpcRemoteBroker> {31 …explicit IpcClientServerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IpcRemoteBroker>(imp… in IpcClientServerProxy() function32 ~IpcClientServerProxy() {}; in ~IpcClientServerProxy()36 static inline BrokerDelegator<IpcClientServerProxy> delegator_;
69 auto instance = new IpcClientServerProxy(remoteObject);83 auto instance = new IpcClientServerProxy(remoteObject);98 auto instance = new IpcClientServerProxy(remoteObject);111 auto instance = new IpcClientServerProxy(remoteObject);
57 IClientProxy *IpcClientServerProxy::GetServerProxy(void) in GetServerProxy()74 int IpcClientServerProxy::RegisterServerDeathCb(void) in RegisterServerDeathCb()85 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()107 int32_t IpcClientServerProxy::Init(void) in Init()
26 class MockIpcClientManager : public IpcClientServerProxy {28 explicit MockIpcClientManager(const sptr<IRemoteObject> &impl): IpcClientServerProxy(impl) {}; in MockIpcClientManager()
31 class IpcClientServerProxy {
56 IpcClientServerProxy serverProxy_;
25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()