Searched refs:timestamp2 (Results 1 – 2 of 2) sorted by relevance
58 long timestamp2 = sendStartingEvent(userId); in testStartingEvent_multipleCallsDifferentUser() local61 assertStartTime(timestamp2, userId); in testStartingEvent_multipleCallsDifferentUser()68 long timestamp2 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsSameUser() local70 assertStartTime(timestamp2, mUserId); in testStartingEvent_multipleCallsSameUser()131 long timestamp2 = sendStopingEvent(userId); in testStopingEvent_multipleCallsDifferentUser() local134 assertStopingTime(timestamp2, userId); in testStopingEvent_multipleCallsDifferentUser()141 long timestamp2 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsSameUser() local143 assertStopingTime(timestamp2, mUserId); in testStopingEvent_multipleCallsSameUser()
252 timeval timestamp2 = { 1, 2}; in TEST_F() local253 TouchVideoFrame frame2(2, 2, std::move(videoData2), timestamp2); in TEST_F()