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