Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service_ipc_interface_code.h24 STOP_WORK, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp45 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp112 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK): { in HandleRequest()
H A Dwork_sched_service_proxy.cpp78 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK), data, reply, option); in StopWork()