Searched refs:HostErrorToString (Results 1 – 7 of 7) sorted by relevance
298 TEST(ErrorTest, HostErrorToString) { in TEST() argument300 EXPECT_EQ(HostErrorToString(error.host_error()), error.ToString()); in TEST()305 EXPECT_EQ(HostErrorToString(error.host_error()), error.ToString()); in TEST()
19 std::string HostErrorToString(HostError error) { in HostErrorToString() function
74 std::string HostErrorToString(HostError error);
204 [](HostError held) { return HostErrorToString(held); },
440 bt::HostErrorToString(result.error_value().host_error()).c_str()); in Stop()1116 bt::HostErrorToString(result.error_value()).c_str()); in OnScoConnectionResult()
1801 HostErrorToString(result.error_value()).c_str()); in OnLeAutoConnectRequest()
952 << "Error: " << HostErrorToString(error.value()); in TEST_F()