OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExportedObject
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/dbus/
exported_object.h
29
//
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
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
98
virtual ~
ExportedObject
();
101
friend class base::RefCountedThreadSafe<
ExportedObject
>;
exported_object.cc
28
//
ExportedObject
.
37
ExportedObject
::
ExportedObject
(Bus* bus,
44
ExportedObject
::~
ExportedObject
() {
48
bool
ExportedObject
::ExportMethodAndBlock(
75
void
ExportedObject
::ExportMethod(const std::string& interface_name,
81
base::Closure task = base::Bind(&
ExportedObject
::ExportMethodInternal,
90
void
ExportedObject
::SendSignal(Signal* signal) {
104
base::Bind(&
ExportedObject
::SendSignalInternal
[
all
...]
/external/javassist/src/main/javassist/tools/rmi/
AppletServer.java
112
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
{
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 58 milliseconds