Searched defs:property_get (Results 1 – 5 of 5) sorted by relevance
33 int property_get(const char *key, char * value, const char *default_value) in property_get() function
33 int property_get(const char *key, char * value, const char */*default_value*/) in property_get() function
66 int property_get(const char* key, char* value, const char* default_value) { in property_get() function
156 TEST_F(BluetoothAddressTest, property_get) { in TEST_F() argument