Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp119 class CommonEventThermalLevel1Test : public CommonEventSubscriber { class
121 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 CommonEventThermalLevel1Test
189 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(…