Searched refs:g_dbus_interface_info_lookup_method (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/tests/ |
D | gdbus-introspection.c | 72 method_info = g_dbus_interface_info_lookup_method (interface_info, "NonExistantMethod"); in test_introspection() 74 method_info = g_dbus_interface_info_lookup_method (interface_info, "Introspect"); in test_introspection() 183 minfo = g_dbus_interface_info_lookup_method (iinfo, "PairReturn"); in test_generate() 253 minfo = g_dbus_interface_info_lookup_method (iinfo, "Sleep"); in test_default_direction()
|
D | gdbus-test-codegen.c | 75 method = g_dbus_interface_info_lookup_method (iface, "HelloWorld"); in test_annotations() 92 method = g_dbus_interface_info_lookup_method (iface, "TestPrimitiveTypes"); in test_annotations()
|
/third_party/glib/gio/ |
D | gdbusintrospection.h | 186 GDBusMethodInfo *g_dbus_interface_info_lookup_method (GDBusInterfaceInfo *info,
|
D | gdbusintrospection.c | 1923 g_dbus_interface_info_lookup_method (GDBusInterfaceInfo *info, in g_dbus_interface_info_lookup_method() function
|
D | gdbusproxy.c | 2575 info = g_dbus_interface_info_lookup_method (proxy->priv->expected_interface, method_name); in lookup_method_info()
|
D | gdbus-tool.c | 527 method_info = g_dbus_interface_info_lookup_method (interface_info, method_name); in call_helper_get_method_in_signature()
|
D | gdbusconnection.c | 4991 …method_info = g_dbus_interface_info_lookup_method (interface_info, g_dbus_message_get_member (mess… in validate_and_maybe_schedule_method_call()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3155 g_dbus_interface_info_lookup_method
|