Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp44 curBundleAllStatisticsPtr->componmentType_ = "total"; in StatisticsDetail()
103 curComponmentStatisticsRecordPtr->componmentType_ = srcData["componment"]; in SrcDatasPretreatment()
128 std::string curComponmentType = ComponmentStatisticsRecordPtr->componmentType_; in UpdateLine()
159 globalAllStatisticsPtr->componmentType_ = "total"; in GlobalComponmentTypeStatistics()
163 componmentTypeRecordPtr->componmentType_ = comonmentType; in GlobalComponmentTypeStatistics()
Dreport.cpp273 item += inputCompMsgPtr->componmentType_ + ","; in GroupFocusDataAndRecord()
547 …ponmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentType_); in ComponmentInfoArrange()
555 if (componmentVectorIter.compare(inputCompMsgPtr->componmentType_) == 0) { in ComponmentInfoArrange()
564 …componmentRecord.componmentTypeCount[inputCompMsgPtr->componmentType_] = componmentTypeInputedCoun… in ComponmentInfoArrange()
565 data["componment"] = inputCompMsgPtr->componmentType_; in ComponmentInfoArrange()
/test/ostest/wukong/report/include/
Dinput_msg_object.h105 std::string componmentType_ = ""; variable
Dstatistics_componment.h29 std::string componmentType_ = "";
/test/ostest/wukong/component_event/include/
Dtree_manager.h275 componmentType_ = componmentType; in SetComponentType()
323 std::string componmentType_ = ""; variable
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp255 componentInputMsg->componmentType_ = elementInfo->GetComponentType(); in OrderInput()
302 componentInputMsg->componmentType_ = componentInfos[index]->GetComponentType(); in RandomInput()
352 componentInputMsg->componmentType_ = componentinfo->GetComponentType(); in FocusInput()
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp553 if (NeedFocus(componmentType_)) { in FindInputComponentIndex()