Home
last modified time | relevance | path

Searched defs:HostError (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h57 struct HostError { struct
58 static constexpr char kSystemError[] = "system_error";
59 static constexpr char kUIError[] = "ui_error";
60 static constexpr char kMessageTooLongError[] = "msg_too_long_error";
61 static constexpr char kIncorrectUTF8[] = "msg_incorrect_utf8";
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_address_manager_test.cc67 [&](fit::result<HostError, const DeviceAddress> result) { in EnsureLocalAddress()
510 auto cb = [&](fit::result<HostError, const DeviceAddress> result) { in TEST_F()
H A Dlow_energy_connection_request.cc32 fit::result<HostError, RefFunc> result) { in NotifyCallbacks()
H A Dlow_energy_advertising_manager.cc171 fit::result<HostError, const DeviceAddress> result) mutable { in StartAdvertising()
H A Dfake_adapter.cc178 fit::result<HostError, DeviceAddress> result) mutable { in StartAdvertising()
H A Dlow_energy_connection_manager_test.cc1956 result) { in TEST_P()
2017 result) { in TEST_F()
2068 result) { in TEST_F()
2119 result) { in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Derror_test.cc280 error.Visit([&host_visited](HostError) { host_visited = true; }, in TEST() argument
292 error.Visit([&host_visited](HostError) { host_visited = true; }, in TEST() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dhost_error.h21 enum class HostError : uint8_t { enum
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlow_energy_scanner.cc146 fit::result<HostError, const DeviceAddress> result) mutable { in StartScan()
H A Dlow_energy_connector.cc136 fit::result<HostError, const DeviceAddress> result) mutable { in CreateConnection()