Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp112 execCount_++; in SrcDatasPretreatment()
151 UpdateLine(eventStatisticsRecordPtr, execCount_, line); in GlobalElementTypesStatistics()
154 UpdateLine(globalAllStatisticsPtr, execCount_, line); in GlobalElementTypesStatistics()
Dstatistics_componment.cpp120 execCount_++; in SrcDatasPretreatment()
178 UpdateLine(componmentTypeRecordPtr, execCount_, line); in GlobalComponmentTypeStatistics()
181 UpdateLine(globalAllStatisticsPtr, execCount_, line); in GlobalComponmentTypeStatistics()
/test/ostest/wukong/report/include/
Dstatistics_componment.h95 uint32_t execCount_ = 0; variable
Dstatistics_event.h96 int execCount_ = 0; variable