Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/cutils/
Dproperties.h83 int64_t property_get_int64(const char *key, int64_t default_value);
/system/core/libcutils/include/cutils/
Dproperties.h83 int64_t property_get_int64(const char *key, int64_t default_value);
/system/core/libcutils/
Dproperties.cpp99 int64_t property_get_int64(const char *key, int64_t default_value) { in property_get_int64() function
Dproperties_test.cpp308 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()