OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetErrorName
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc
118
error_name = response->
GetErrorName
();
bluetooth_gatt_manager_client.cc
105
error_name = response->
GetErrorName
();
bluetooth_adapter_client.cc
231
error_name = response->
GetErrorName
();
bluetooth_gatt_descriptor_client.cc
226
error_name = response->
GetErrorName
();
bluetooth_profile_manager_client.cc
216
error_name = response->
GetErrorName
();
nfc_client_helpers.cc
28
error_name = response->
GetErrorName
();
bluetooth_gatt_characteristic_client.cc
327
error_name = response->
GetErrorName
();
bluetooth_device_client.cc
376
error_name = response->
GetErrorName
();
cras_audio_client.cc
359
error_name = response->
GetErrorName
();
shill_client_helper.cc
199
error_name = response->
GetErrorName
();
/external/chromium_org/dbus/
end_to_end_async_unittest.cc
212
ASSERT_NE("", error->
GetErrorName
());
213
error_names_.push_back(error->
GetErrorName
());
message.h
112
std::string
GetErrorName
();
message_unittest.cc
600
EXPECT_EQ("", message->
GetErrorName
());
618
EXPECT_EQ("org.chromium.error", message->
GetErrorName
());
630
EXPECT_EQ("", message->
GetErrorName
());
650
EXPECT_EQ("", message->
GetErrorName
());
message.cc
263
AppendStringHeader("error_name",
GetErrorName
(), &headers);
326
std::string Message::
GetErrorName
() {
object_proxy.cc
588
error_response->
GetErrorName
(),
Completed in 83 milliseconds