Searched refs:CommonEventThermalLevel1Test (Results 1 – 1 of 1) sorted by relevance
119 class CommonEventThermalLevel1Test : public CommonEventSubscriber { class121 CommonEventThermalLevel1Test() = default;122 explicit CommonEventThermalLevel1Test(const CommonEventSubscribeInfo& subscriberInfo);123 virtual ~CommonEventThermalLevel1Test() = default;125 static shared_ptr<CommonEventThermalLevel1Test> RegisterEvent();128 CommonEventThermalLevel1Test::CommonEventThermalLevel1Test(const CommonEventSubscribeInfo& subscrib… in CommonEventThermalLevel1Test() function in CommonEventThermalLevel1Test189 void CommonEventThermalLevel1Test::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()244 shared_ptr<CommonEventThermalLevel1Test> CommonEventThermalLevel1Test::RegisterEvent() in RegisterEvent()252 auto subscriberPtr = std::make_shared<CommonEventThermalLevel1Test>(subscribeInfo); in RegisterEvent()381 …shared_ptr<CommonEventThermalLevel1Test> subscriber = CommonEventThermalLevel1Test::RegisterEvent(…