Searched defs:jobName (Results 1 – 7 of 7) sorted by relevance
20 static int CheckJobValid(const char *jobName) in CheckJobValid()31 int DoJobNow(const char *jobName) in DoJobNow()
329 char jobName[64] = {0}; // 64 job name in TriggerServices() local
126 void DoJob(const char *jobName) in DoJob()164 int DoJobNow(const char *jobName) in DoJobNow()
221 const cJSON *triggerItem, int (*checkJobValid)(const char *jobName)) in ParseTrigger_()263 int ParseTriggerConfig(const cJSON *fileRoot, int (*checkJobValid)(const char *jobName)) in ParseTriggerConfig()
27 static int DoRoot_(const char *jobName, int type) in DoRoot_()
90 const char *jobName; /* job name */ member
613 char *jobName = cJSON_GetStringValue(cJSON_GetObjectItem(json, jobTypes[i])); in GetServiceJobs() local