Home
last modified time | relevance | path

Searched refs:sout (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_info.cpp65 std::stringstream sout; in WriteWindowData() local
69 sout << actionType << ": " ; in WriteWindowData()
71 sout <<" at Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "<< "; "; in WriteWindowData()
73 sout << " at Widget( id: " << first_event_attr[UiAttr::ID] << ", " in WriteWindowData()
77 sout <<" at Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "<< "; "; in WriteWindowData()
82 sout << "from Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "; in WriteWindowData()
84 sout << "from Widget(id: " << first_event_attr[UiAttr::ID] << ", " in WriteWindowData()
88 sout << "from Point(x:" << firstTouchEventInfo.x << ", y:" << firstTouchEventInfo.y << ") "; in WriteWindowData()
91 sout << " to Point(x:" << lastTouchEventInfo.x << ", y:" << lastTouchEventInfo.y << ") " << "; "; in WriteWindowData()
93 sout << "t in WriteWindowData()
132 std::stringstream sout; WriteWindowData() local
[all...]
H A Dkeyevent_tracker.cpp76 std::stringstream sout; in WriteCombinationData() local
84 sout << eventItems[i] << ", "; in WriteCombinationData()
86 sout << eventItems[INFO_SIZE-1]; in WriteCombinationData()
87 std::cout << sout.str() << std::endl; in WriteCombinationData()
88 return sout.str(); in WriteCombinationData()
92 std::stringstream sout; in WriteSingleData() local
96 sout << eventItems[i] << ", "; in WriteSingleData()
98 sout << eventItems[INFO_SIZE-1]; in WriteSingleData()
99 std::cout << sout.str() << std::endl; in WriteSingleData()
100 return sout in WriteSingleData()
[all...]

Completed in 1 milliseconds