Searched refs:interface_vtable (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | fake-service-name.c | 51 static const GDBusInterfaceVTable interface_vtable = { variable 69 &interface_vtable, in on_bus_acquired()
|
D | gdbus-example-export.c | 224 static const GDBusInterfaceVTable interface_vtable = variable 277 &interface_vtable, in on_bus_acquired()
|
D | gdbus-example-server.c | 275 static const GDBusInterfaceVTable interface_vtable = variable 333 &interface_vtable, in on_bus_acquired()
|
D | gdbus-example-peer.c | 115 static const GDBusInterfaceVTable interface_vtable = variable 161 &interface_vtable, in on_new_connection()
|
D | gdbus-testserver.c | 801 static const GDBusInterfaceVTable interface_vtable = variable 818 &interface_vtable, in on_bus_acquired()
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 6551 const GDBusInterfaceVTable *interface_vtable; in handle_subtree_method_invocation() local 6633 interface_vtable = es->vtable->dispatch (es->connection, in handle_subtree_method_invocation() 6640 if (interface_vtable == NULL) in handle_subtree_method_invocation() 6649 interface_vtable, in handle_subtree_method_invocation() 6691 interface_vtable = es->vtable->dispatch (es->connection, in handle_subtree_method_invocation() 6698 if (interface_vtable == NULL) in handle_subtree_method_invocation() 6715 interface_vtable, in handle_subtree_method_invocation() 6728 interface_vtable, in handle_subtree_method_invocation()
|