Searched refs:newTimestamp (Results 1 – 2 of 2) sorted by relevance
103 int newTimestamp = highTimestamp | mLowTimestamp; in decodePacket() local104 if (newTimestamp != currentTimestamp) { in decodePacket()107 currentTimestamp = newTimestamp; in decodePacket()
406 int32_t newTimestamp = 10000; in TEST() local433 EXPECT_EQ(newTimestamp, configStats->broadcast_sent_time_sec.back()); in TEST()434 EXPECT_EQ(newTimestamp, configStats->data_drop_time_sec.back()); in TEST()436 EXPECT_EQ(newTimestamp, configStats->dump_report_stats.back().first); in TEST()437 EXPECT_EQ(newTimestamp, configStats->activation_time_sec.back()); in TEST()438 EXPECT_EQ(newTimestamp, configStats->deactivation_time_sec.back()); in TEST()