Searched refs:OnDisplayPowerEvent (Results 1 - 4 of 4) sorted by relevance
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_service_test.cpp | 158 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 181 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 203 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 225 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 247 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 269 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 291 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 313 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F() 316 displayPowerEventListener->OnDisplayPowerEvent(event, status);
in HWTEST_F()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockdump_fuzzer/ |
H A D | screenlockdump_fuzzer.cpp | 68 displayPowerEventListener_->OnDisplayPowerEvent( in FuzzScreenlockDisplayPowerEvent()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 173 void OnDisplayPowerEvent(Rosen::DisplayPowerEvent event, Rosen::EventStatus status) override;
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 252 void ScreenLockSystemAbility::ScreenLockDisplayPowerEventListener::OnDisplayPowerEvent(DisplayPowerEvent event, in OnDisplayPowerEvent() function in OHOS::ScreenLock::ScreenLockSystemAbility::ScreenLockDisplayPowerEventListener 255 SCLOCK_HILOGI("OnDisplayPowerEvent event=%{public}d,status= %{public}d", static_cast<int>(event), in OnDisplayPowerEvent()
|
Completed in 4 milliseconds