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

  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.h 57 static const char kNoResponseError[];
bluetooth_gatt_manager_client.h 61 static const char kNoResponseError[];
bluetooth_agent_manager_client.cc 17 const char BluetoothAgentManagerClient::kNoResponseError[] =
121 error_name = kNoResponseError;
bluetooth_gatt_manager_client.cc 16 const char BluetoothGattManagerClient::kNoResponseError[] =
108 error_name = kNoResponseError;
bluetooth_gatt_descriptor_client.h 98 static const char kNoResponseError[];
bluetooth_profile_manager_client.h 101 static const char kNoResponseError[];
fake_bluetooth_adapter_client.cc 136 PostDelayedTask(base::Bind(error_callback, kNoResponseError, ""));
160 PostDelayedTask(base::Bind(error_callback, kNoResponseError, ""));
166 PostDelayedTask(base::Bind(error_callback, kNoResponseError, ""));
196 error_callback.Run(kNoResponseError, "");
bluetooth_adapter_client.h 144 static const char kNoResponseError[];
bluetooth_gatt_characteristic_client.h 128 static const char kNoResponseError[];
nfc_client_helpers.h 26 CHROMEOS_EXPORT extern const char kNoResponseError[];
bluetooth_adapter_client.cc 18 const char BluetoothAdapterClient::kNoResponseError[] =
233 error_name = kNoResponseError;
bluetooth_gatt_descriptor_client.cc 17 const char BluetoothGattDescriptorClient::kNoResponseError[] =
229 error_name = kNoResponseError;
bluetooth_profile_manager_client.cc 17 const char BluetoothProfileManagerClient::kNoResponseError[] =
219 error_name = kNoResponseError;
nfc_client_helpers.cc 13 const char kNoResponseError[] = "org.chromium.Error.NoResponse";
31 error_name = kNoResponseError;
bluetooth_device_client.h 204 static const char kNoResponseError[];
bluetooth_gatt_characteristic_client.cc 26 const char BluetoothGattCharacteristicClient::kNoResponseError[] =
336 error_name = kNoResponseError;
fake_nfc_adapter_client.cc 148 error_callback.Run(nfc_client_helpers::kNoResponseError, "");
191 error_callback.Run(nfc_client_helpers::kNoResponseError, "");
fake_bluetooth_device_client.cc 362 error_callback.Run(kNoResponseError, "Missing profile");
375 error_callback.Run(kNoResponseError, "socketpair call failed");
382 error_callback.Run(kNoResponseError, "failed to get socket flags");
388 error_callback.Run(kNoResponseError, "failed to set socket non-blocking");
426 error_callback.Run(kNoResponseError, "Missing profile");
    [all...]
bluetooth_device_client.cc 19 const char BluetoothDeviceClient::kNoResponseError[] =
378 error_name = kNoResponseError;
cras_audio_client.cc 20 const char kNoResponseError[] =
320 error_name = kNoResponseError;

Completed in 108 milliseconds