Searched refs:ServiceInfo (Results 1 – 8 of 8) sorted by relevance
34 } ServiceInfo; typedef36 typedef void (*ServiceStatusChangePtr)(const char *key, const ServiceInfo *serviceInfo);
21 static void callback(const char *key, const ServiceInfo *status) in callback()
49 static std::unordered_map<std::string, struct ServiceInfo> g_serviceMap;137 static struct ServiceInfo DecodeString(const std::string &line) in DecodeString()140 struct ServiceInfo contextBuff = {"", ""}; in DecodeString()178 struct ServiceInfo tmpInfo = DecodeString(line); in ServiceContextsLoad()
23 struct ServiceInfo { struct
40 ServiceInfo info = {0}; in ServiceStateChange()
36 static void ServiceStatusChange(const char *key, const ServiceInfo *status) in ServiceStatusChange()
243 void ServiceStatusChangeTest(const char *key, const ServiceInfo *status) in ServiceStatusChangeTest()337 void CmdServiceStatusChange(const char *key, const ServiceInfo *status) in CmdServiceStatusChange()
45 static void TestWatcherCallBack(const char *key, const ServiceInfo *status) in TestWatcherCallBack()