Home | History | Annotate | Download | only in dbus

Lines Matching full:exported

122 //     // success is true if the method was exported successfully.
310 // Gets the exported object for the given object path.
313 // Returns an existing exported object if the bus object already owns
314 // the exported object for the given object path. Never returns NULL.
316 // The bus will own all exported objects created by the bus, to ensure
317 // that the exported objects are unregistered at the shutdown time of
320 // The exported object is used to export methods of local objects, and
326 // Unregisters the exported object for the given object path |object_path|.
328 // Getting an exported object for the same object path after this call
337 // exported by the service |service_name|.
350 // |object_path| exported by the srevice |service_name|.
733 // ExportedObjectTable is used to hold the exported objects created by