Home
last modified time | relevance | path

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

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