Searched refs:g_propertyGetProcessor (Results 1 – 1 of 1) sorted by relevance
95 static PropertyValueProcessor g_propertyGetProcessor = NULL; variable113 if (g_propertyGetProcessor != NULL) { in GetProperty()114 res = g_propertyGetProcessor(key, res); in GetProperty()123 PropertyValueProcessor prev = g_propertyGetProcessor; in SetPropertyGetProcessor()124 g_propertyGetProcessor = processor; in SetPropertyGetProcessor()