Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service_ipc_interface_code.h23 START_WORK = 0, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_stub.h134 { uint32_t(IWorkSchedServiceInterfaceCode::START_WORK), "START_WORK" },
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp107 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::START_WORK): { in HandleRequest()
H A Dwork_sched_service_proxy.cpp47 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::START_WORK), data, reply, option); in StartWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp375 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::START_WORK); in DoSomethingInterestingWithMyAPI()