Home
last modified time | relevance | path

Searched refs:ParamCommonEventSubscriber (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/param_update/include/
H A Dparam_event_manager.h38 class ParamCommonEventSubscriber : public EventFwk::CommonEventSubscriber {
40 … explicit ParamCommonEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscriberInfo, in ParamCommonEventSubscriber() function
44 ~ParamCommonEventSubscriber() = default;
54 std::shared_ptr<ParamCommonEventSubscriber> subscriber_ = nullptr;
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_event_manager.cpp54 subscriber_ = std::make_shared<ParamCommonEventSubscriber>(subscribeInfo, *this); in SubscriberEvent()