Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h193 void OnScreenOn(Rosen::EventStatus status);
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp264 instance_->OnScreenOn(status); in OnDisplayPowerEvent()
289 void ScreenLockSystemAbility::OnScreenOn(EventStatus status) in OnScreenOn() function in OHOS::ScreenLock::ScreenLockSystemAbility
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h908 void OnScreenOn();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp321 std::bind(&AdvancedNotificationService::OnScreenOn, this), in AdvancedNotificationService()
H A Dadvanced_notification_utils.cpp637 void AdvancedNotificationService::OnScreenOn() in OnScreenOn() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1774 advancedNotificationService_->OnScreenOn();