Home
last modified time | relevance | path

Searched refs:componmentTypeInputedCount (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/report/src/
Dreport.cpp545 uint32_t componmentTypeInputedCount = 0; in ComponmentInfoArrange() local
549 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()