Home
last modified time | relevance | path

Searched refs:GET_WORK_STATUS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service_ipc_interface_code.h29 GET_WORK_STATUS, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp45 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_WORK_STATUS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp133 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_WORK_STATUS): { in HandleRequest()
H A Dwork_sched_service_proxy.cpp223 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_WORK_STATUS), data, reply, option); in GetWorkStatus()