Searched refs:G_DBUS_ERROR_UNKNOWN_METHOD (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/gio/ |
D | gnetworkmonitorportal.c | 123 if (!g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD)) in got_available() 171 if (!g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD)) in got_metered() 219 if (!g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD)) in got_connectivity() 271 if (g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD)) in got_status()
|
D | gioenums.h | 1168 G_DBUS_ERROR_UNKNOWN_METHOD, /* org.freedesktop.DBus.Error.UnknownMethod */ enumerator
|
D | gdbuserror.c | 131 {G_DBUS_ERROR_UNKNOWN_METHOD, "org.freedesktop.DBus.Error.UnknownMethod"},
|
D | gdbusobjectmanagerserver.c | 880 G_DBUS_ERROR_UNKNOWN_METHOD, in manager_method_call()
|
D | gioenumtypes.c | 959 { G_DBUS_ERROR_UNKNOWN_METHOD, "G_DBUS_ERROR_UNKNOWN_METHOD", "unknown-method" }, in g_dbus_error_get_type()
|
D | xdp-dbus.c | 3289 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in _gxdp_documents_skeleton_handle_method_call() 5054 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in _gxdp_open_uri_skeleton_handle_method_call() 6281 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in _gxdp_proxy_resolver_skeleton_handle_method_call() 7523 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in _gxdp_trash_skeleton_handle_method_call()
|
D | gdbus-daemon-generated.c | 4056 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in __g_freedesktop_dbus_skeleton_handle_method_call()
|
/third_party/glib/gio/tests/ |
D | gdbus-error.c | 75 G_DBUS_ERROR_UNKNOWN_METHOD); in test_registered_errors()
|
D | gdbus-export.c | 847 g_assert_error (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD); in test_dispatch_thread_func() 860 g_assert_error (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD); in test_dispatch_thread_func()
|
D | gdbus-connection.c | 325 g_assert_error (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD); in msg_cb_expect_error_unknown_method()
|
D | gdbus-test-codegen.c | 974 g_assert_error (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD); in check_bar_proxy() 1972 g_assert_error (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD); in check_object_manager()
|