Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/tests/
Dos_unittest.cpp70 class TimespecMatcher : public MatcherInterface<const timespec&> { class
72 explicit TimespecMatcher(const timespec& expected) : expected_(expected) {} in TimespecMatcher() function in android::wifilogd::__anonf09ed4820111::TimespecMatcher
90 return MakeMatcher(new TimespecMatcher(expected)); in EqualsTimespec()