Home
last modified time | relevance | path

Searched refs:IWorkSchedServiceInterfaceCode (Results 1 – 12 of 12) sorted by relevance

/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()
112 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK): { in HandleRequest()
117 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CANCEL_WORK): { in HandleRequest()
122 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CLEAR_WORKS): { in HandleRequest()
127 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::IS_LAST_WORK_TIMEOUT): { in HandleRequest()
130 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::OBTAIN_ALL_WORKS): { in HandleRequest()
133 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_WORK_STATUS): { in HandleRequest()
136 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_ALL_RUNNING_WORKS): { in HandleRequest()
139 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::PAUSE_RUNNING_WORKS): { in HandleRequest()
142 case static_cast<int32_t>(IWorkSchedServiceInterfaceCode::RESUME_PAUSED_WORKS): { in HandleRequest()
[all …]
H A Dwork_sched_service_proxy.cpp47 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::START_WORK), data, reply, option); in StartWork()
78 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK), data, reply, option); in StopWork()
108 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CANCEL_WORK), in StopAndCancelWork()
133 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CLEAR_WORKS), in StopAndClearWorks()
159 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::IS_LAST_WORK_TIMEOUT), in IsLastWorkTimeout()
186 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::OBTAIN_ALL_WORKS), data, reply, option); in ObtainAllWorks()
223 static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_WORK_STATUS), data, reply, option); in GetWorkStatus()
254 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::GET_ALL_RUNNING_WORKS), data, reply, option); in GetAllRunningWorks()
296 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::PAUSE_RUNNING_WORKS), data, reply, option); in PauseRunningWorks()
328 … static_cast<int32_t>(IWorkSchedServiceInterfaceCode::RESUME_PAUSED_WORKS), data, reply, option); in ResumePausedWorks()
[all …]
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service_ipc_interface_code.h22 enum class IWorkSchedServiceInterfaceCode { enum
/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/test/fuzztest/workschedulerislastworktimeout_fuzzer/
H A Dworkschedulerislastworktimeout_fuzzer.cpp43 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::IS_LAST_WORK_TIMEOUT); in DoSomethingInterestingWithMyAPI()
/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/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/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp45 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CANCEL_WORK); in DoSomethingInterestingWithMyAPI()
/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/include/
H A Dwork_sched_service_stub.h134 { uint32_t(IWorkSchedServiceInterfaceCode::START_WORK), "START_WORK" },
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp126 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CLEAR_WORKS); in DoSomethingInterestingWithMyAPI()
/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()