Searched refs:_VerifyPropertyValue (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | PropertyNodeTest.cc | 35 static inline void _VerifyPropertyValue(const std::string& path, in _VerifyPropertyValue() function 52 _VerifyPropertyValue(key, ""); in TEST() 60 _VerifyPropertyValue(key, "value1"); in TEST() 64 _VerifyPropertyValue(key2, "value0"); in TEST() 132 _VerifyPropertyValue(key, "value1"); in TEST() 138 _VerifyPropertyValue(key, "value0"); in TEST() 144 _VerifyPropertyValue(key, "value1"); in TEST() 150 _VerifyPropertyValue(key, ""); in TEST() 162 _VerifyPropertyValue(key, "value1"); in TEST() 168 _VerifyPropertyValue(key, "value0"); in TEST() [all …]
|
D | HintManagerTest.cc | 289 static inline void _VerifyPropertyValue(const std::string& path, in _VerifyPropertyValue() function 343 _VerifyPropertyValue(prop_, "n2_value2"); in TEST_F() 366 _VerifyPropertyValue(prop_, "n2_value1"); in TEST_F() 374 _VerifyPropertyValue(prop_, "n2_value0"); in TEST_F() 380 _VerifyPropertyValue(prop_, "n2_value0"); in TEST_F() 385 _VerifyPropertyValue(prop_, "n2_value1"); in TEST_F() 391 _VerifyPropertyValue(prop_, "n2_value1"); in TEST_F() 396 _VerifyPropertyValue(prop_, "n2_value2"); in TEST_F() 402 _VerifyPropertyValue(prop_, "n2_value2"); in TEST_F() 417 _VerifyPropertyValue(prop_, "n2_value1"); in TEST_F() [all …]
|