Searched refs:property_get_int64 (Results 1 – 4 of 4) sorted by relevance
86 int64_t property_get_int64(const char *key, int64_t default_value);
73 int64_t property_get_int64(const char* key, int64_t default_value) { in property_get_int64() function
285 TEST_F(PropertiesTest, property_get_int64) { in TEST_F() argument327 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()