Searched refs:property_get_int64 (Results 1 – 4 of 4) sorted by relevance
83 int64_t property_get_int64(const char *key, int64_t default_value);
99 int64_t property_get_int64(const char *key, int64_t default_value) { in property_get_int64() function
308 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()