Searched defs:scheduleId (Results 1 – 7 of 7) sorted by relevance
46 void unscheduleTask(String clientId, String scheduleId); in unscheduleTask()48 boolean isTaskScheduled(String clientId, String scheduleId); in isTaskScheduled()
184 void unscheduleTask(String clientId, String scheduleId); in unscheduleTask()198 boolean isTaskScheduled(String clientId, String scheduleId); in isTaskScheduled()
134 string scheduleId = 2; field144 string scheduleId = 2; field157 string scheduleId = 2; field
299 const std::string& scheduleId) { in cleanupScheduledTaskLocked()317 const std::string& scheduleId = grpcScheduleInfo.scheduleid(); in ScheduleTask() local383 const std::string scheduleId = grpcScheduleInfo.scheduleid(); in handleAddTask() local424 const std::string& scheduleId = request->scheduleid(); in UnscheduleTask() local468 const std::string& scheduleId = request->scheduleid(); in IsTaskScheduled() local
413 const std::string& scheduleId) { in unscheduleTask()449 const std::string& scheduleId, bool* out) { in isTaskScheduled()
132 Status scheduleTask(const std::string& scheduleId, int32_t count, in scheduleTask()