Searched refs:property_set_intf (Results 1 – 2 of 2) sorted by relevance
161 int property_set_intf(const char* propName, const char* valueStr);179 #define property_set(a, b) property_set_intf(a, b)
111 int property_set_intf(const char* propName, const char* valueStr) { in property_set_intf() function