Searched defs:ExportedObject (Results 1 - 4 of 4) sorted by path

/external/chromium_org/dbus/
H A Dexported_object.cc29 ExportedObject::ExportedObject(Bus* bus, function in class:dbus::ExportedObject
36 ExportedObject::~ExportedObject() {
40 bool ExportedObject::ExportMethodAndBlock(
67 void ExportedObject::ExportMethod(const std::string& interface_name,
73 base::Closure task = base::Bind(&ExportedObject::ExportMethodInternal,
82 void ExportedObject::SendSignal(Signal* signal) {
96 base::Bind(&ExportedObject::SendSignalInternal,
102 void ExportedObject
[all...]
H A Dexported_object.h29 // ExportedObject is used to export objects and methods to other D-Bus
32 // ExportedObject is a ref counted object, to ensure that |this| of the
34 class CHROME_DBUS_EXPORT ExportedObject class in namespace:dbus
35 : public base::RefCountedThreadSafe<ExportedObject> {
39 ExportedObject(Bus* bus, const ObjectPath& object_path);
49 // |method_call| is owned by ExportedObject, hence client code should not
106 virtual ~ExportedObject();
109 friend class base::RefCountedThreadSafe<ExportedObject>;
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java112 ExportedObject eo = new ExportedObject();
154 ExportedObject eo
155 = (ExportedObject)exportedObjects.elementAt(objectId);
197 ExportedObject eo
198 = (ExportedObject)exportedObjects.elementAt(ref.oid);
226 ExportedObject found = (ExportedObject)exportedNames.get(name);
246 class ExportedObject { class
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 247 milliseconds