Searched refs:ServiceStatusChangePtr (Results 1 – 2 of 2) sorted by relevance
36 typedef void (*ServiceStatusChangePtr)(const char *key, const ServiceInfo *serviceInfo); typedef37 int ServiceWatchForStatus(const char *serviceName, ServiceStatusChangePtr changeCallback);
30 ServiceStatusChangePtr callback = (ServiceStatusChangePtr)context; in ServiceStateChange()50 int ServiceWatchForStatus(const char *serviceName, ServiceStatusChangePtr changeCallback) in ServiceWatchForStatus()