Searched refs:componmentTypeInputedCount (Results 1 – 1 of 1) sorted by relevance
545 uint32_t componmentTypeInputedCount = 0; in ComponmentInfoArrange() local549 componmentTypeInputedCount = componmentTypeCountIter->second; in ComponmentInfoArrange()551 componmentTypeInputedCount++; in ComponmentInfoArrange()560 if (componmentTypeInputedCount > componmentTypeTotal) { in ComponmentInfoArrange()561 componmentTypeInputedCount = componmentTypeTotal; in ComponmentInfoArrange()564 …omponmentRecord.componmentTypeCount[inputCompMsgPtr->componmentType_] = componmentTypeInputedCount; in ComponmentInfoArrange()566 data["inputedTimes"] = std::to_string(componmentTypeInputedCount); in ComponmentInfoArrange()