Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp147 class CommonEventThermalLevel3Test : public CommonEventSubscriber { class
149 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 CommonEventThermalLevel3Test
211 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(…