Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service_ipc_interface_code.h30 GET_ALL_RUNNING_WORKS, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetallrunningworks_fuzzer/
H A Dworkschedulergetallrunningworks_fuzzer.cpp43 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_ALL_RUNNING_WORKS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp136 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_ALL_RUNNING_WORKS): { in HandleRequest()
H A Dwork_sched_service_proxy.cpp254 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_ALL_RUNNING_WORKS), data, reply, option); in GetAllRunningWorks()