/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...] |
fake_nfc_adapter_client.h | 14 #include "chromeos/dbus/nfc_client_helpers.h" 48 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE; 52 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
|
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;
|
nfc_device_client.cc | 16 using chromeos::nfc_client_helpers::DBusObjectMap; 17 using chromeos::nfc_client_helpers::ObjectProxyTree; 74 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE { 83 error_callback.Run(nfc_client_helpers::kUnknownObjectError, 108 nfc_client_helpers::AppendValueDataAsVariant(&dict_entry_writer, 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 | 16 using chromeos::nfc_client_helpers::DBusObjectMap; 17 using chromeos::nfc_client_helpers::ObjectProxyTree; 77 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE { 85 error_callback.Run(nfc_client_helpers::kUnknownObjectError, 109 nfc_client_helpers::AppendValueDataAsVariant(&dict_entry_writer, 118 base::Bind(&nfc_client_helpers::OnSuccess, callback), 119 base::Bind(&nfc_client_helpers::OnError, error_callback)); 182 // nfc_client_helpers::DBusObjectMap::Delegate override. 192 // nfc_client_helpers::DBusObjectMap::Delegate override.
|
fake_nfc_device_client.h | 9 #include "chromeos/dbus/nfc_client_helpers.h" 46 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
|
fake_nfc_tag_client.h | 9 #include "chromeos/dbus/nfc_client_helpers.h" 46 const nfc_client_helpers::ErrorCallback& error_callback) OVERRIDE;
|
nfc_device_client.h | 15 #include "chromeos/dbus/nfc_client_helpers.h" 96 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
|
fake_nfc_adapter_client.cc | 128 const nfc_client_helpers::ErrorCallback& error_callback) { 131 error_callback.Run(nfc_client_helpers::kNoResponseError, ""); 150 const nfc_client_helpers::ErrorCallback& error_callback) { 153 error_callback.Run(nfc_client_helpers::kNoResponseError, "");
|
fake_nfc_device_client.cc | 67 const nfc_client_helpers::ErrorCallback& error_callback) {
|
fake_nfc_tag_client.cc | 67 const nfc_client_helpers::ErrorCallback& error_callback) {
|
nfc_tag_client.h | 15 #include "chromeos/dbus/nfc_client_helpers.h" 107 const nfc_client_helpers::ErrorCallback& error_callback) = 0;
|
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 209 } // namespace nfc_client_helpers
|
nfc_record_client.cc | 15 using chromeos::nfc_client_helpers::DBusObjectMap; 16 using chromeos::nfc_client_helpers::ObjectProxyTree; 186 // nfc_client_helpers::DBusObjectMap::Delegate override. 201 // nfc_client_helpers::DBusObjectMap::Delegate override. 207 // 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 302 } // namespace nfc_client_helpers
|