Searched refs:CommonEventThermalIdleTrueTest (Results 1 – 1 of 1) sorted by relevance
161 class CommonEventThermalIdleTrueTest : public CommonEventSubscriber { class163 CommonEventThermalIdleTrueTest() = default;164 explicit CommonEventThermalIdleTrueTest(const CommonEventSubscribeInfo& subscriberInfo);165 virtual ~CommonEventThermalIdleTrueTest() = default;167 static shared_ptr<CommonEventThermalIdleTrueTest> RegisterEvent();170 CommonEventThermalIdleTrueTest::CommonEventThermalIdleTrueTest(const CommonEventSubscribeInfo& subs… in CommonEventThermalIdleTrueTest() function in CommonEventThermalIdleTrueTest222 void CommonEventThermalIdleTrueTest::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()301 shared_ptr<CommonEventThermalIdleTrueTest> CommonEventThermalIdleTrueTest::RegisterEvent() in RegisterEvent()309 auto subscriberPtr = std::make_shared<CommonEventThermalIdleTrueTest>(subscribeInfo); in RegisterEvent()447 …shared_ptr<CommonEventThermalIdleTrueTest> subscriber = CommonEventThermalIdleTrueTest::RegisterEv…