Searched refs:property_get_int64 (Results 1 – 3 of 3) 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
257 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()