Home
last modified time | relevance | path

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 Dres_type.h156 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 Ddevice_standby_plugin.cpp42 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 Dres_type.h155 RES_TYPE_USB_DEVICE = 62, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp284 …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 Dres_sched_mgr.cpp93 { ResType::RES_TYPE_USB_DEVICE, "RES_TYPE_USB_DEVICE" },
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp131 ResType::RES_TYPE_USB_DEVICE,
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1083 case ResType::RES_TYPE_USB_DEVICE: in HandleCommonEvent()