Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1251 #define PROCESS_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_PROCESS_PROXY, ProcessProxy))
1257 typedef struct _ProcessProxy ProcessProxy; typedef
1276 G_DEFINE_AUTOPTR_CLEANUP_FUNC (ProcessProxy, g_object_unref)
H A Dopenbmc_intf.c10707 G_DEFINE_TYPE_WITH_CODE (ProcessProxy, process_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE() argument
10708 G_ADD_PRIVATE (ProcessProxy) in G_DEFINE_TYPE_WITH_CODE()
10712 G_DEFINE_TYPE_WITH_CODE (ProcessProxy, process_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE()
10719 ProcessProxy *proxy = PROCESS_PROXY (object); in G_DEFINE_TYPE_WITH_CODE()
10787 ProcessProxy *proxy = PROCESS_PROXY (_proxy); in process_proxy_g_properties_changed()
10811 process_proxy_init (ProcessProxy *proxy) in process_proxy_init()