Home
last modified time | relevance | path

Searched refs:HostErrorToString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Derror_test.cc298 TEST(ErrorTest, HostErrorToString) { in TEST() argument
300 EXPECT_EQ(HostErrorToString(error.host_error()), error.ToString()); in TEST()
305 EXPECT_EQ(HostErrorToString(error.host_error()), error.ToString()); in TEST()
H A Dhost_error.cc19 std::string HostErrorToString(HostError error) { in HostErrorToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dhost_error.h74 std::string HostErrorToString(HostError error);
H A Derror.h204 [](HostError held) { return HostErrorToString(held); },
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dprofile_server.cc440 bt::HostErrorToString(result.error_value().host_error()).c_str()); in Stop()
1116 bt::HostErrorToString(result.error_value()).c_str()); in OnScoConnectionResult()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc1801 HostErrorToString(result.error_value()).c_str()); in OnLeAutoConnectRequest()
H A Dadapter_test.cc952 << "Error: " << HostErrorToString(error.value()); in TEST_F()