OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exported_object
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.h
38
// Starts the service provider. |
exported_object
| is used to export
41
scoped_refptr<dbus::ExportedObject>
exported_object
) = 0;
display_power_service_provider.h
15
#include "dbus/
exported_object
.h"
35
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE;
liveness_service_provider.cc
19
scoped_refptr<dbus::ExportedObject>
exported_object
) {
20
exported_object
->ExportMethod(
screen_lock_service_provider.cc
24
scoped_refptr<dbus::ExportedObject>
exported_object
) {
25
exported_object
->ExportMethod(
screen_lock_service_provider.h
15
#include "dbus/
exported_object
.h"
33
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE;
proxy_resolution_service_provider.cc
14
#include "dbus/
exported_object
.h"
82
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE {
92
exported_object
,
107
exported_object
));
115
scoped_refptr<dbus::ExportedObject>
exported_object
) {
151
scoped_refptr<dbus::ExportedObject>
exported_object
,
161
exported_object
->SendSignal(&signal);
197
scoped_refptr<dbus::ExportedObject>
exported_object
) {
199
exported_object_ =
exported_object
;
display_power_service_provider.cc
24
scoped_refptr<dbus::ExportedObject>
exported_object
) {
25
exported_object
->ExportMethod(
32
exported_object
->ExportMethod(
liveness_service_provider.h
15
#include "dbus/
exported_object
.h"
44
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE;
printer_service_provider.cc
24
#include "dbus/
exported_object
.h"
97
scoped_refptr<dbus::ExportedObject>
exported_object
) {
99
exported_object_ =
exported_object
;
printer_service_provider.h
12
#include "dbus/
exported_object
.h"
54
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE;
proxy_resolution_service_provider.h
17
#include "dbus/
exported_object
.h"
84
scoped_refptr<dbus::ExportedObject>
exported_object
) OVERRIDE;
133
// |signal_name|. |
exported_object
| will be used to send the
143
scoped_refptr<dbus::ExportedObject>
exported_object
) = 0;
proxy_resolution_service_provider_unittest.cc
49
scoped_refptr<dbus::ExportedObject>
exported_object
));
133
scoped_refptr<dbus::ExportedObject>
exported_object
) {
143
exported_object
->SendSignal(&signal);
cros_dbus_service_unittest.cc
29
exported_object
));
cros_dbus_service.cc
18
#include "dbus/
exported_object
.h"
/external/chromium_org/dbus/
mock_exported_object.h
10
#include "dbus/
exported_object
.h"
BUILD.gn
14
"
exported_object
.cc",
15
"
exported_object
.h",
dbus.gyp
30
'
exported_object
.cc',
31
'
exported_object
.h',
bus.cc
16
#include "dbus/
exported_object
.h"
298
scoped_refptr<ExportedObject>
exported_object
=
local
300
exported_object_table_[object_path] =
exported_object
;
302
return
exported_object
.get();
314
scoped_refptr<ExportedObject>
exported_object
= iter->second;
325
this,
exported_object
));
329
scoped_refptr<ExportedObject>
exported_object
) {
332
exported_object
->Unregister();
[
all
...]
exported_object.cc
5
#include "dbus/
exported_object
.h"
test_service.h
13
#include "dbus/
exported_object
.h"
bus.h
127
// dbus::ExportedObject*
exported_object
=
129
//
exported_object
.ExportMethod(interface_name, method_name,
620
scoped_refptr<dbus::ExportedObject>
exported_object
);
/external/chromium_org/mojo/dbus/
dbus_external_service.cc
13
#include "dbus/
exported_object
.h"
dbus_external_service.h
7
#include "dbus/
exported_object
.h"
/external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc
14
#include "dbus/
exported_object
.h"
bluetooth_profile_service_provider.cc
16
#include "dbus/
exported_object
.h"
Completed in 720 milliseconds
1
2