Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_comm.c95 static PropertyValueProcessor g_propertyGetProcessor = NULL; variable
113 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()