Searched refs:RES_TYPE_SCREEN_STATUS (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | res_type.h | 29 RES_TYPE_SCREEN_STATUS = RES_TYPE_FIRST, enumerator 166 { RES_TYPE_SCREEN_STATUS, "SCREEN_STATUS" },
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ |
H A D | Resource_Schedule_Service_Process_Management_Specifications_ZH.md | 232 | component_sched | 外设调度 | RES_TYPE_SCREEN_STATUS;RES_TYPE_APP_STATE_CHANGE;RES_TYPE_ABILITY_STATE_… 240 | RES_TYPE_SCREEN_STATUS | 屏幕状态 | 0:屏幕暗 1:屏幕亮 | 无需payloa…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | plugin_mgr_test.cpp | 282 pluginMgr_->SubscribeResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS); 283 auto iter = pluginMgr_->resTypeLibMap_.find(ResType::RES_TYPE_SCREEN_STATUS); 344 pluginMgr_->UnSubscribeResource(LIB_NAME, ResType::RES_TYPE_SCREEN_STATUS); 345 auto iter = pluginMgr_->resTypeLibMap_.find(ResType::RES_TYPE_SCREEN_STATUS);
|
H A D | scene_recognize_test.cpp | 49 SceneRecognizerMgr::GetInstance().DispatchResource(ResType::RES_TYPE_SCREEN_STATUS,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/ |
H A D | event_controller_test.cpp | 155 uint32_t expectResType = ResType::RES_TYPE_SCREEN_STATUS; 175 uint32_t expectResType = ResType::RES_TYPE_SCREEN_STATUS;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/ |
H A D | device_standby_plugin.cpp | 36 resTypes_.insert(RES_TYPE_SCREEN_STATUS); in IMPLEMENT_SINGLE_INSTANCE()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_type.h | 28 RES_TYPE_SCREEN_STATUS = RES_TYPE_FIRST, enumerator
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 58 { RES_TYPE_SCREEN_STATUS, in IMPLEMENT_SINGLE_INSTANCE() 73 RES_TYPE_SCREEN_STATUS, in IMPLEMENT_SINGLE_INSTANCE()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/ |
H A D | event_controller.cpp | 214 … ReportDataInProcess(ResType::RES_TYPE_SCREEN_STATUS, ResType::ScreenStatus::SCREEN_ON, payload); in OnReceiveEvent() 218 … ReportDataInProcess(ResType::RES_TYPE_SCREEN_STATUS, ResType::ScreenStatus::SCREEN_OFF, payload); in OnReceiveEvent()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | res_sched_mgr.cpp | 39 { ResType::RES_TYPE_SCREEN_STATUS, "SCREEN_STATUS" },
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_stub.cpp | 85 ResType::RES_TYPE_SCREEN_STATUS,
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 1071 case ResType::RES_TYPE_SCREEN_STATUS: in HandleCommonEvent()
|