OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusObjectMap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
nfc_client_helpers.cc
37
DBusObjectMap
::
DBusObjectMap
(const std::string& service_name,
47
DBusObjectMap
::~
DBusObjectMap
() {
59
dbus::ObjectProxy*
DBusObjectMap
::GetObjectProxy(
64
NfcPropertySet*
DBusObjectMap
::GetObjectProperties(
69
void
DBusObjectMap
::UpdateObjects(const ObjectPathVector& object_paths) {
91
// It is safe to use a const reference here, as
DBusObjectMap
::RemoveObject
100
bool
DBusObjectMap
::AddObject(const dbus::ObjectPath& object_path) {
122
void
DBusObjectMap
::RemoveObject(const dbus::ObjectPath& object_path)
[
all
...]
nfc_client_helpers.h
48
//
DBusObjectMap
is a simple data structure that facilitates keeping track of
54
class CHROMEOS_EXPORT
DBusObjectMap
{
56
//
DBusObjectMap
::Delegate must be implemented by classes that use an
57
// instance of
DBusObjectMap
to manage object proxies.
62
// Called by
DBusObjectMap
to create a Properties structure for the remote
65
// ::chromeos::NfcPropertySet.
DBusObjectMap
will handle connecting the
86
DBusObjectMap
(const std::string& service_name,
92
virtual ~
DBusObjectMap
();
153
DISALLOW_COPY_AND_ASSIGN(
DBusObjectMap
);
164
// The destructor destroys all contained
DBusObjectMap
instances. This wil
[
all
...]
nfc_record_client.cc
15
using chromeos::nfc_client_helpers::
DBusObjectMap
;
43
public
DBusObjectMap
::Delegate {
76
DBusObjectMap
* object_map =
121
// Note:
DBusObjectMap
guarantees that the Properties structure for the
145
DBusObjectMap
* object_map =
164
// Note:
DBusObjectMap
guarantees that the Properties structure for the
187
DBusObjectMap
* object_map =
200
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
215
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
221
// nfc_client_helpers::
DBusObjectMap
::Delegate override
[
all
...]
nfc_device_client.cc
17
using chromeos::nfc_client_helpers::
DBusObjectMap
;
37
public
DBusObjectMap
::Delegate {
66
DBusObjectMap
* object_map =
145
// Note:
DBusObjectMap
guarantees that the Properties structure for the
169
DBusObjectMap
* object_map =
175
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
185
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
214
// were already created by us. This stucture stores a different
DBusObjectMap
nfc_tag_client.cc
17
using chromeos::nfc_client_helpers::
DBusObjectMap
;
40
public
DBusObjectMap
::Delegate {
69
DBusObjectMap
* object_map =
146
// Note:
DBusObjectMap
guarantees that the Properties structure for the
176
DBusObjectMap
* object_map =
182
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
197
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
234
// were already created by us. This stucture stores a different
DBusObjectMap
nfc_adapter_client.cc
42
public nfc_client_helpers::
DBusObjectMap
::Delegate {
136
object_map_.reset(new nfc_client_helpers::
DBusObjectMap
(
162
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
172
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
178
// nfc_client_helpers::
DBusObjectMap
::Delegate override.
203
scoped_ptr<nfc_client_helpers::
DBusObjectMap
> object_map_;
Completed in 197 milliseconds