Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1851 …ne CONTROL_BMC_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_CONTROL_BMC_PROXY, ControlBmcProxy))
1857 typedef struct _ControlBmcProxy ControlBmcProxy; typedef
1876 G_DEFINE_AUTOPTR_CLEANUP_FUNC (ControlBmcProxy, g_object_unref)
H A Dopenbmc_intf.c14912 G_DEFINE_TYPE_WITH_CODE (ControlBmcProxy, control_bmc_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE() argument
14913 G_ADD_PRIVATE (ControlBmcProxy) in G_DEFINE_TYPE_WITH_CODE()
14917 G_DEFINE_TYPE_WITH_CODE (ControlBmcProxy, control_bmc_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE()
14924 ControlBmcProxy *proxy = CONTROL_BMC_PROXY (object); in G_DEFINE_TYPE_WITH_CODE()
14992 ControlBmcProxy *proxy = CONTROL_BMC_PROXY (_proxy); in control_bmc_proxy_g_properties_changed()
15016 control_bmc_proxy_init (ControlBmcProxy *proxy) in control_bmc_proxy_init()