Searched refs:CommonEventThermalLevel3Test (Results 1 – 1 of 1) sorted by relevance
147 class CommonEventThermalLevel3Test : public CommonEventSubscriber { class149 CommonEventThermalLevel3Test() = default;150 explicit CommonEventThermalLevel3Test(const CommonEventSubscribeInfo& subscriberInfo);151 virtual ~CommonEventThermalLevel3Test() = default;153 static shared_ptr<CommonEventThermalLevel3Test> RegisterEvent();156 CommonEventThermalLevel3Test::CommonEventThermalLevel3Test(const CommonEventSubscribeInfo& subscrib… in CommonEventThermalLevel3Test() function in CommonEventThermalLevel3Test211 void CommonEventThermalLevel3Test::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()282 shared_ptr<CommonEventThermalLevel3Test> CommonEventThermalLevel3Test::RegisterEvent() in RegisterEvent()290 auto subscriberPtr = std::make_shared<CommonEventThermalLevel3Test>(subscribeInfo); in RegisterEvent()421 …shared_ptr<CommonEventThermalLevel3Test> subscriber = CommonEventThermalLevel3Test::RegisterEvent(…