Searched refs:TYPE_SENSOR_MATCH_PROXY (Results 1 – 2 of 2) sorted by relevance
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | openbmc_intf.h | 1092 #define TYPE_SENSOR_MATCH_PROXY (sensor_match_proxy_get_type ()) macro 1093 #define SENSOR_MATCH_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_SENSOR_MATCH_PROXY, SensorMatc… 1094 #define SENSOR_MATCH_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_SENSOR_MATCH_PROXY, SensorM… 1095 #define SENSOR_MATCH_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_SENSOR_MATCH_PROXY, S… 1096 #define IS_SENSOR_MATCH_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_SENSOR_MATCH_PROXY)) 1097 #define IS_SENSOR_MATCH_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_SENSOR_MATCH_PROXY))
|
| H A D | openbmc_intf.c | 9716 …proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_SENSOR_MATCH_PROXY, SensorMatchProxyPrivate… in sensor_match_proxy_init() 9778 …g_async_initable_new_async (TYPE_SENSOR_MATCH_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, us… in sensor_match_proxy_new() 9833 …ret = g_initable_new (TYPE_SENSOR_MATCH_PROXY, cancellable, error, "g-flags", flags, "g-name", nam… in sensor_match_proxy_new_sync() 9868 …g_async_initable_new_async (TYPE_SENSOR_MATCH_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, us… in sensor_match_proxy_new_for_bus() 9923 …ret = g_initable_new (TYPE_SENSOR_MATCH_PROXY, cancellable, error, "g-flags", flags, "g-name", nam… in sensor_match_proxy_new_for_bus_sync() 33799 …rt (lookup_hash, (gpointer) "org.openbmc.SensorMatch", GSIZE_TO_POINTER (TYPE_SENSOR_MATCH_PROXY)); in object_manager_client_get_proxy_type()
|