Searched refs:kJobType (Results 1 – 1 of 1) sorted by relevance
66 constexpr auto kJobType = "job_type"; variable297 auto job_type = GetJsonValue<std::string>(json, kJobType); in PrintCompileResult()368 … MS_LOG(DEBUG) << "Job " << GetJsonValue<std::string>(query_obj, kJobType) << " running success."; in ParseTargetJobStatus()445 … MS_LOG(DEBUG) << "Job " << GetJsonValue<std::string>(json_obj, kJobType) << " running success."; in QueryFusionFinishJob()486 (*dst_json)[kJobType] = job_type; in JsonAssemble()733 auto job_type = GetJsonValue<std::string>(json, kJobType); in PrintInitResult()773 auto job_type = GetJsonValue<std::string>(json, kJobType); in OpSelectAndCheckResultProcess()