Home
last modified time | relevance | path

Searched refs:handlerOn (Results 1 - 2 of 2) 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() local
71 receiver->AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn); in RegisterEvent()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_observer_test.cpp85 EventHandle handlerOn = std::bind(&ThermalObserverTest::HandleScreenOnCompleted, this, std::placeholders::_1); in HWTEST_F() local
87 receiver->AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON, handlerOn); in HWTEST_F()

Completed in 2 milliseconds