Searched refs:JOBS_ARR_NAME_IN_JSON (Results 1 – 2 of 2) sorted by relevance
24 #define JOBS_ARR_NAME_IN_JSON "jobs" macro91 cJSON *jobArr = cJSON_GetObjectItemCaseSensitive(fileRoot, JOBS_ARR_NAME_IN_JSON); in ParseAllJobs()
51 const std::string JOBS_ARR_NAME_IN_JSON = "jobs"; variable750 cJSON *jobArr = GetArrItem(fileRoot, jobArrSize, JOBS_ARR_NAME_IN_JSON); in CheckJobs()