Home
last modified time | relevance | path

Searched refs:PublisherListenerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ipc/
H A Dpublisher_listener_proxy.cpp23 PublisherListenerProxy::PublisherListenerProxy(const sptr<IRemoteObject> object) in PublisherListenerProxy() function in OHOS::DistributedHardware::PublisherListenerProxy
28 PublisherListenerProxy::~PublisherListenerProxy() in ~PublisherListenerProxy()
32 void PublisherListenerProxy::OnMessage(const DHTopic topic, const std::string& message) in OnMessage()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ipc/
H A Dpublisher_listener_proxy.h25 class PublisherListenerProxy : public IRemoteProxy<IPublisherListener> {
27 explicit PublisherListenerProxy(const sptr<IRemoteObject> object);
29 virtual ~PublisherListenerProxy() override;
34 static inline BrokerDelegator<PublisherListenerProxy> delegator_;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/ipc/include/
H A Dpublisher_listener_proxy_test.h34 std::shared_ptr<PublisherListenerProxy> proxy_ = nullptr;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/ipc/src/
H A Dpublisher_listener_proxy_test.cpp33 proxy_ = std::make_shared<PublisherListenerProxy>(object); in SetUp()