Lines Matching refs:AddRequest
43 bool ret = req.AddRequest("INTERACTION", start + duration); in TEST()
58 bool ret = req.AddRequest("INTERACTION", ReqTime::max()); in TEST()
75 bool ret = req.AddRequest("INTERACTION", start + duration); in TEST()
77 ret = req.AddRequest("INTERACTION", start + duration + 1ms); in TEST()
91 bool ret = req.AddRequest("INTERACTION", start + duration); in TEST()
100 ret = req.AddRequest("INTERACTION", start + shorter_duration); in TEST()
108 ret = req.AddRequest("INTERACTION", start + duration); in TEST()
120 req.AddRequest("INTERACTION", start + duration_interact); in TEST()
122 req.AddRequest("LAUNCH", start + duration_launch); in TEST()
135 req.AddRequest("INTERACTION", start + duration_interact); in TEST()
152 req.AddRequest("INTERACTION", start + duration_interact); in TEST()
154 req.AddRequest("LAUNCH", start + duration_launch); in TEST()