Home
last modified time | relevance | path

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

/system/core/healthd/
Dcharger_test.cpp49 void set(T&& newVal) { in set() argument
52 mValue = std::move(newVal); in set()
/system/tools/hidl/
DConstantExpression.cpp207 std::string newVal(value.begin(), rbegin.base()); in tryParse() local
208 CHECK(!newVal.empty()); in tryParse()
212 bool parseOK = base::ParseUint(newVal, &rawValue); in tryParse()