Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dvelocity_tracker.cpp55 auto xValue = xAxis_.GetTVals().back(); in UpdateVelocity()
61 auto yValue = yAxis_.GetTVals().back(); in UpdateVelocity()
Dvelocity_tracker.h168 return xAxis_.GetTVals().size(); in GetAxisSize()
173 return xAxis_.GetTVals().at(xAxis_.GetTVals().size() - num); in GetPreTime()
Dleast_square_impl.h73 inline const std::vector<double>& GetTVals() const in GetTVals() function