Searched refs:called_time (Results 1 – 1 of 1) sorted by relevance
158 int64_t called_time = 0; in ProcessCallAfterAFewMs() local164 .WillOnce(DoAll(SetTimestamp(&called_time), in ProcessCallAfterAFewMs()180 ASSERT_GT(called_time, 0); in ProcessCallAfterAFewMs()183 EXPECT_GE(called_time, start_time); in ProcessCallAfterAFewMs()185 uint32_t diff = called_time - start_time; in ProcessCallAfterAFewMs()257 int64_t called_time; in TEST() local272 .WillOnce(DoAll(SetTimestamp(&called_time), in TEST()287 EXPECT_GE(called_time, start_time); in TEST()288 uint32_t diff = called_time - start_time; in TEST()