Home
last modified time | relevance | path

Searched refs:IpcServerClientProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_client_proxy.h24 class IpcServerClientProxy : public IRemoteProxy<IpcRemoteBroker> {
26 …explicit IpcServerClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IpcRemoteBroker>(imp… in IpcServerClientProxy() function
27 ~IpcServerClientProxy() {}; in ~IpcServerClientProxy()
37 static inline BrokerDelegator<IpcServerClientProxy> delegator_;
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverclientproxy_fuzzer/
H A Dipc_server_client_proxy_fuzzer.cpp40 auto instance = new IpcServerClientProxy(remoteObject); in IpcServerClientProxyFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
H A Dipc_cmd_parser.cpp415 sptr<IpcServerClientProxy> callback(new IpcServerClientProxy(listener)); in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_client_proxy.cpp73 auto instance = new IpcServerClientProxy(remoteObject);