Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_common_event_receiver.h28 using Ces = OHOS::EventFwk::CommonEventSubscriber; variable
44 class EventSubscriber : public Ces {
46 …scriber(const sptr<CesInfo>& info, const std::map<std::string, EventHandle>& handles) : Ces(*info), in EventSubscriber()
64 std::shared_ptr<Ces> subscriber_;
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_common_event_receiver.cpp67 std::shared_ptr<Ces> s = std::make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber()