Home
last modified time | relevance | path

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

/system/core/healthd/
Dcharger_test.cpp56 bool waitFor(long ms, const T& expectVal) { in waitFor() argument
59 [this, &expectVal] { return mValue == expectVal; }); in waitFor()