Searched refs:RES_TYPE_USB_DEVICE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | res_type.h | 156 RES_TYPE_USB_DEVICE = 62, enumerator 221 { RES_TYPE_USB_DEVICE, "RES_TYPE_USB_DEVICE" },
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/ |
H A D | device_standby_plugin.cpp | 42 resTypes_.insert(RES_TYPE_USB_DEVICE); in IMPLEMENT_SINGLE_INSTANCE()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_type.h | 155 RES_TYPE_USB_DEVICE = 62, enumerator
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/ |
H A D | event_controller.cpp | 284 …ReportDataInProcess(ResType::RES_TYPE_USB_DEVICE, ResType::UsbDeviceStatus::USB_DEVICE_ATTACHED, p… in handleEvent() 288 …ReportDataInProcess(ResType::RES_TYPE_USB_DEVICE, ResType::UsbDeviceStatus::USB_DEVICE_DETACHED, p… in handleEvent()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | res_sched_mgr.cpp | 93 { ResType::RES_TYPE_USB_DEVICE, "RES_TYPE_USB_DEVICE" },
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_stub.cpp | 131 ResType::RES_TYPE_USB_DEVICE,
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 1083 case ResType::RES_TYPE_USB_DEVICE: in HandleCommonEvent()
|