Searched refs:IWorkSchedServiceInterfaceCode (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 107 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 D | work_sched_service_proxy.cpp | 47 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 D | iwork_sched_service_ipc_interface_code.h | 22 enum class IWorkSchedServiceInterfaceCode { enum
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetallrunningworks_fuzzer/ |
H A D | workschedulergetallrunningworks_fuzzer.cpp | 43 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 D | workschedulerislastworktimeout_fuzzer.cpp | 43 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 D | workschedulerobtainallworks_fuzzer.cpp | 43 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 D | workschedulergetworkstatus_fuzzer.cpp | 45 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 D | workschedulerstopandcancelwork_fuzzer.cpp | 45 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 D | workschedulerstopwork_fuzzer.cpp | 45 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_WORK); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_stub.h | 134 { uint32_t(IWorkSchedServiceInterfaceCode::START_WORK), "START_WORK" },
|
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/ |
H A D | workschedulerstopandclearworks_fuzzer.cpp | 126 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 D | workschedulerstartwork_fuzzer.cpp | 375 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::START_WORK); in DoSomethingInterestingWithMyAPI()
|