Searched refs:CommonEventThermalLevel2Test (Results 1 – 1 of 1) sorted by relevance
133 class CommonEventThermalLevel2Test : public CommonEventSubscriber { class135 CommonEventThermalLevel2Test() = default;136 explicit CommonEventThermalLevel2Test(const CommonEventSubscribeInfo& subscriberInfo);137 virtual ~CommonEventThermalLevel2Test() = default;139 static shared_ptr<CommonEventThermalLevel2Test> RegisterEvent();142 CommonEventThermalLevel2Test::CommonEventThermalLevel2Test(const CommonEventSubscribeInfo& subscrib… in CommonEventThermalLevel2Test() function in CommonEventThermalLevel2Test200 void CommonEventThermalLevel2Test::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()263 shared_ptr<CommonEventThermalLevel2Test> CommonEventThermalLevel2Test::RegisterEvent() in RegisterEvent()271 auto subscriberPtr = std::make_shared<CommonEventThermalLevel2Test>(subscribeInfo); in RegisterEvent()401 …shared_ptr<CommonEventThermalLevel2Test> subscriber = CommonEventThermalLevel2Test::RegisterEvent(…