Home
last modified time | relevance | path

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

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