HomeSort by relevance Sort by last modified time
    Searched refs:nfc_client_helpers (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_adapter_client.cc 42 public nfc_client_helpers::DBusObjectMap::Delegate {
84 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE {
91 error_callback.Run(nfc_client_helpers::kUnknownObjectError,
102 base::Bind(&nfc_client_helpers::OnSuccess, callback),
103 base::Bind(&nfc_client_helpers::OnError, error_callback));
110 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE {
117 error_callback.Run(nfc_client_helpers::kUnknownObjectError,
126 base::Bind(&nfc_client_helpers::OnSuccess, callback),
127 base::Bind(&nfc_client_helpers::OnError, error_callback));
136 object_map_.reset(new nfc_client_helpers::DBusObjectMap
    [all...]
nfc_adapter_client.h 14 #include "chromeos/dbus/nfc_client_helpers.h"
106 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
112 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
fake_nfc_adapter_client.h 14 #include "chromeos/dbus/nfc_client_helpers.h"
53 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
57 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
nfc_device_client.cc 17 using chromeos::nfc_client_helpers::DBusObjectMap;
18 using chromeos::nfc_client_helpers::ObjectProxyTree;
85 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE {
94 error_callback.Run(nfc_client_helpers::kUnknownObjectError,
117 base::Bind(&nfc_client_helpers::OnSuccess, callback),
118 base::Bind(&nfc_client_helpers::OnError, error_callback));
175 // nfc_client_helpers::DBusObjectMap::Delegate override.
185 // nfc_client_helpers::DBusObjectMap::Delegate override.
nfc_tag_client.cc 17 using chromeos::nfc_client_helpers::DBusObjectMap;
18 using chromeos::nfc_client_helpers::ObjectProxyTree;
88 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE {
96 error_callback.Run(nfc_client_helpers::kUnknownObjectError,
118 base::Bind(&nfc_client_helpers::OnSuccess, callback),
119 base::Bind(&nfc_client_helpers::OnError, error_callback));
182 // nfc_client_helpers::DBusObjectMap::Delegate override.
197 // nfc_client_helpers::DBusObjectMap::Delegate override.
fake_nfc_device_client.h 11 #include "chromeos/dbus/nfc_client_helpers.h"
54 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
fake_nfc_tag_client.h 10 #include "chromeos/dbus/nfc_client_helpers.h"
52 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
nfc_device_client.h 15 #include "chromeos/dbus/nfc_client_helpers.h"
101 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
nfc_tag_client.h 15 #include "chromeos/dbus/nfc_client_helpers.h"
121 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
fake_nfc_adapter_client.cc 11 #include "chromeos/dbus/nfc_client_helpers.h"
18 using nfc_client_helpers::ObjectPathVector;
145 const nfc_client_helpers::ErrorCallback& error_callback) {
148 error_callback.Run(nfc_client_helpers::kNoResponseError, "");
188 const nfc_client_helpers::ErrorCallback& error_callback) {
191 error_callback.Run(nfc_client_helpers::kNoResponseError, "");
nfc_client_unittest.cc 8 #include "chromeos/dbus/nfc_client_helpers.h"
24 using chromeos::nfc_client_helpers::ObjectPathVector;
394 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
418 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
459 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
486 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _))
510 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
545 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
588 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _));
615 ErrorCallback(nfc_client_helpers::kUnknownObjectError, _)
    [all...]
nfc_client_helpers.h 23 namespace nfc_client_helpers { namespace in namespace:chromeos
203 } // namespace nfc_client_helpers
fake_nfc_device_client.cc 14 #include "chromeos/dbus/nfc_client_helpers.h"
20 using nfc_client_helpers::ObjectPathVector;
97 const nfc_client_helpers::ErrorCallback& error_callback) {
fake_nfc_tag_client.cc 13 #include "chromeos/dbus/nfc_client_helpers.h"
19 using nfc_client_helpers::ObjectPathVector;
95 const nfc_client_helpers::ErrorCallback& error_callback) {
nfc_record_client.cc 15 using chromeos::nfc_client_helpers::DBusObjectMap;
16 using chromeos::nfc_client_helpers::ObjectProxyTree;
200 // nfc_client_helpers::DBusObjectMap::Delegate override.
215 // nfc_client_helpers::DBusObjectMap::Delegate override.
221 // nfc_client_helpers::DBusObjectMap::Delegate override.
nfc_client_helpers.cc 5 #include "chromeos/dbus/nfc_client_helpers.h"
11 namespace nfc_client_helpers { namespace in namespace:chromeos
252 } // namespace nfc_client_helpers

Completed in 975 milliseconds