Home
last modified time | relevance | path

Searched refs:HandleScreenOnCompleted (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dscreen_state_collection.cpp70 EventHandle handlerOn = [this](const CommonEventData& data) { this->HandleScreenOnCompleted(data); }; in RegisterEvent()
77 void ScreenStateCollection::HandleScreenOnCompleted(const CommonEventData& data __attribute__((__unused__))) in HandleScreenOnCompleted() function in OHOS::PowerMgr::ScreenStateCollection
/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_observer_test.h32 void HandleScreenOnCompleted(const EventFwk::CommonEventData& data __attribute__((__unused__)));
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dscreen_state_collection.h33 void HandleScreenOnCompleted(const EventFwk::CommonEventData& data);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_observer_test.cpp62 void ThermalObserverTest::HandleScreenOnCompleted(const CommonEventData& data __attribute__((__unused__))) in HandleScreenOnCompleted() function in ThermalObserverTest
85 EventHandle handlerOn = std::bind(&ThermalObserverTest::HandleScreenOnCompleted, this, std::placeholders::_1); in HWTEST_F()
243 screenState->HandleScreenOnCompleted(data); in HWTEST_F()

Completed in 3 milliseconds