Home
last modified time | relevance | path

Searched refs:OBTAIN_ALL_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.h28 OBTAIN_ALL_WORKS, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerobtainallworks_fuzzer/
H A Dworkschedulerobtainallworks_fuzzer.cpp43 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::OBTAIN_ALL_WORKS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp130 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::OBTAIN_ALL_WORKS): { in HandleRequest()
H A Dwork_sched_service_proxy.cpp186 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::OBTAIN_ALL_WORKS), data, reply, option); in ObtainAllWorks()