Home
last modified time | relevance | path

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

/system/libbase/
Dproperties_test.cpp131 template <typename T> void CheckGetUintProperty() { in CheckGetUintProperty() function
152 TEST(properties, GetUintProperty_uint8_t) { CheckGetUintProperty<uint8_t>(); } in TEST()
153 TEST(properties, GetUintProperty_uint16_t) { CheckGetUintProperty<uint16_t>(); } in TEST()
154 TEST(properties, GetUintProperty_uint32_t) { CheckGetUintProperty<uint32_t>(); } in TEST()
155 TEST(properties, GetUintProperty_uint64_t) { CheckGetUintProperty<uint64_t>(); } in TEST()