Home
last modified time | relevance | path

Searched refs:RES_TYPE_LAST (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_exe_type.h53 RES_TYPE_LAST = 1000, enumerator
55 RES_TYPE_DEBUG = RES_TYPE_LAST,
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_type.h287 RES_TYPE_LAST = SYNC_RES_TYPE_LAST, enumerator
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h162 RES_TYPE_LAST, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp45 return type >= ResExeType::RES_TYPE_FIRST && type < ResExeType::RES_TYPE_LAST; in IsTypeVaild()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp201 return type >= ResType::RES_TYPE_FIRST && type < ResType::RES_TYPE_LAST; in IsTypeVaild()