Searched refs:GetErrorName (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_manager_client.cc118 error_name = response->GetErrorName();
H A Dbluetooth_gatt_manager_client.cc105 error_name = response->GetErrorName();
H A Dbluetooth_adapter_client.cc231 error_name = response->GetErrorName();
H A Dbluetooth_gatt_descriptor_client.cc226 error_name = response->GetErrorName();
H A Dbluetooth_profile_manager_client.cc216 error_name = response->GetErrorName();
H A Dnfc_client_helpers.cc28 error_name = response->GetErrorName();
H A Dbluetooth_gatt_characteristic_client.cc327 error_name = response->GetErrorName();
H A Dbluetooth_device_client.cc376 error_name = response->GetErrorName();
H A Dcras_audio_client.cc359 error_name = response->GetErrorName();
H A Dshill_client_helper.cc199 error_name = response->GetErrorName();
/external/chromium_org/dbus/
H A Dend_to_end_async_unittest.cc212 ASSERT_NE("", error->GetErrorName());
213 error_names_.push_back(error->GetErrorName());
H A Dmessage_unittest.cc600 EXPECT_EQ("", message->GetErrorName());
618 EXPECT_EQ("org.chromium.error", message->GetErrorName());
630 EXPECT_EQ("", message->GetErrorName());
650 EXPECT_EQ("", message->GetErrorName());
H A Dmessage.h112 std::string GetErrorName();
H A Dmessage.cc263 AppendStringHeader("error_name", GetErrorName(), &headers);
326 std::string Message::GetErrorName() { function in class:dbus::Message
H A Dobject_proxy.cc588 error_response->GetErrorName(),

Completed in 141 milliseconds