Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/os_dependency/inc/
H A Dsystem_event_wrapper.h23 typedef void (*OnScreenOff)(void); typedef
31 OnScreenOff onScreenOff;
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h194 void OnScreenOff(Rosen::EventStatus status);
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp267 instance_->OnScreenOff(status); in OnDisplayPowerEvent()
277 void ScreenLockSystemAbility::OnScreenOff(EventStatus status) in OnScreenOff() function in OHOS::ScreenLock::ScreenLockSystemAbility
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h913 void OnScreenOff();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp322 std::bind(&AdvancedNotificationService::OnScreenOff, this), in AdvancedNotificationService()
H A Dadvanced_notification_utils.cpp644 void AdvancedNotificationService::OnScreenOff() in OnScreenOff() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1775 advancedNotificationService_->OnScreenOff();