Home
last modified time | relevance | path

Searched refs:IpcClientServerProxy (Results 1 – 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/standard/
Dipc_client_server_proxy.h29 class IpcClientServerProxy : public IRemoteProxy<IpcRemoteBroker> {
31 …explicit IpcClientServerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IpcRemoteBroker>(imp… in IpcClientServerProxy() function
32 ~IpcClientServerProxy() {}; in ~IpcClientServerProxy()
36 static inline BrokerDelegator<IpcClientServerProxy> delegator_;
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_ipc_client_server_proxy.cpp69 auto instance = new IpcClientServerProxy(remoteObject);
83 auto instance = new IpcClientServerProxy(remoteObject);
98 auto instance = new IpcClientServerProxy(remoteObject);
111 auto instance = new IpcClientServerProxy(remoteObject);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_server_proxy.cpp57 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()
/foundation/distributedhardware/device_manager/test/unittest/mock/
Dmock_ipc_client_manager.h26 class MockIpcClientManager : public IpcClientServerProxy {
28 explicit MockIpcClientManager(const sptr<IRemoteObject> &impl): IpcClientServerProxy(impl) {}; in MockIpcClientManager()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/lite/
Dipc_client_server_proxy.h31 class IpcClientServerProxy {
Dipc_client_manager.h56 IpcClientServerProxy serverProxy_;
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_client_server_proxy.cpp25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()