Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp133 class CommonEventThermalLevel2Test : public CommonEventSubscriber { class
135 CommonEventThermalLevel2Test() = default;
136 explicit CommonEventThermalLevel2Test(const CommonEventSubscribeInfo& subscriberInfo);
137 virtual ~CommonEventThermalLevel2Test() = default;
139 static shared_ptr<CommonEventThermalLevel2Test> RegisterEvent();
142 CommonEventThermalLevel2Test::CommonEventThermalLevel2Test(const CommonEventSubscribeInfo& subscrib… in CommonEventThermalLevel2Test() function in CommonEventThermalLevel2Test
200 void CommonEventThermalLevel2Test::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()
263 shared_ptr<CommonEventThermalLevel2Test> CommonEventThermalLevel2Test::RegisterEvent() in RegisterEvent()
271 auto subscriberPtr = std::make_shared<CommonEventThermalLevel2Test>(subscribeInfo); in RegisterEvent()
401 …shared_ptr<CommonEventThermalLevel2Test> subscriber = CommonEventThermalLevel2Test::RegisterEvent(…