Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dscan_utils_unittest.cpp389 uint64_t timestamp_microseconds; in TEST_F() local
391 bss, &timestamp_microseconds)); in TEST_F()
392 EXPECT_EQ(kLastSeenTimestampNanoSeconds/1000, timestamp_microseconds); in TEST_F()
400 uint64_t timestamp_microseconds; in TEST_F() local
402 bss, &timestamp_microseconds)); in TEST_F()
403 EXPECT_EQ(kBssTsfTimestampMicroSeconds, timestamp_microseconds); in TEST_F()
417 uint64_t timestamp_microseconds; in TEST_F() local
419 bss, &timestamp_microseconds)); in TEST_F()
420 EXPECT_EQ(kBssTsfTimestampMicroSeconds, timestamp_microseconds); in TEST_F()
434 uint64_t timestamp_microseconds; in TEST_F() local
[all …]