Home
last modified time | relevance | path

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

/system/libbase/
Dproperties_test.cpp109 template <typename T> void CheckGetIntProperty() { in CheckGetIntProperty() function
147 TEST(properties, GetIntProperty_int8_t) { CheckGetIntProperty<int8_t>(); } in TEST()
148 TEST(properties, GetIntProperty_int16_t) { CheckGetIntProperty<int16_t>(); } in TEST()
149 TEST(properties, GetIntProperty_int32_t) { CheckGetIntProperty<int32_t>(); } in TEST()
150 TEST(properties, GetIntProperty_int64_t) { CheckGetIntProperty<int64_t>(); } in TEST()