OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusObjectTree
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-object-tree.h
2
/* dbus-object-tree.h
DBusObjectTree
(internals of DBusConnection)
30
typedef struct
DBusObjectTree
DBusObjectTree
;
32
DBusObjectTree
* _dbus_object_tree_new (DBusConnection *connection);
33
DBusObjectTree
* _dbus_object_tree_ref (
DBusObjectTree
*tree);
34
void _dbus_object_tree_unref (
DBusObjectTree
*tree);
36
dbus_bool_t _dbus_object_tree_register (
DBusObjectTree
*tree,
42
void _dbus_object_tree_unregister_and_unlock (
DBusObjectTree
*tree,
44
DBusHandlerResult _dbus_object_tree_dispatch_and_unlock (
DBusObjectTree
*tree
[
all
...]
dbus-object-tree.c
2
/* dbus-object-tree.c
DBusObjectTree
(internals of DBusConnection)
35
* @defgroup
DBusObjectTree
A hierarchy of objects with container-contained relationship
37
* @brief
DBusObjectTree
is used by DBusConnection to track the object tree
39
* Types and functions related to
DBusObjectTree
. These
55
* Internals of
DBusObjectTree
57
struct
DBusObjectTree
91
DBusObjectTree
*
94
DBusObjectTree
*tree;
101
tree = dbus_new0 (
DBusObjectTree
, 1);
128
DBusObjectTree
*
[
all
...]
dbus-connection.c
312
DBusObjectTree
*objects; /**< Object path handlers registered with this connection */
[
all
...]
/external/dbus/
cleanup-man-pages.sh
39
DBusMessageRealIter.* DBusObjectSubtree.*
DBusObjectTree
.* DBusPollFD.* DBusReal* \
Completed in 74 milliseconds