Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp161 class CommonEventThermalIdleTrueTest : public CommonEventSubscriber { class
163 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 CommonEventThermalIdleTrueTest
222 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…