Searched refs:pw_StatusString (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/ |
H A D | googletest_test_matchers.h | 70 *listener << "which has status " << pw_StatusString(status); in MatchAndExplain() 105 *listener << "which has status " << pw_StatusString(status); in MatchAndExplain() 156 *os << "has status " << pw_StatusString(expected_status_); in DescribeTo() 160 *os << "does not have status " << pw_StatusString(expected_status_); in DescribeNegationTo() 168 *listener << "which has status " << pw_StatusString(status); in MatchAndExplain()
|
/aosp_15_r20/external/pigweed/pw_status/public/pw_status/ |
H A D | status.h | 65 const char* pw_StatusString(pw_Status status); 224 [[nodiscard]] const char* str() const { return pw_StatusString(code_); } in str() 254 inline const char* pw_StatusString(pw::Status status) { in pw_StatusString() function 255 return pw_StatusString(status.code()); in pw_StatusString()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | sco_data_channel.cc | 355 pw_StatusString(status)); in ConfigureHci() 442 pw_StatusString(status), in OnHciConfigured()
|
/aosp_15_r20/external/pigweed/pw_status/ |
H A D | status.cc | 21 extern "C" const char* pw_StatusString(pw_Status status) { in pw_StatusString() function
|
H A D | status_test_c.c | 53 (strcmp(#status, pw_StatusString(PW_STATUS_##status)) != 0)
|
/aosp_15_r20/external/pigweed/pw_rpc/fuzz/ |
H A D | client_fuzzer.cc | 71 PW_LOG_ERROR("Failed to initialize client: %s", pw_StatusString(status)); in FuzzClient()
|
H A D | engine.cc | 220 pw_StatusString(status)); in LogFailure() 549 pw_StatusString(status)); in OnError()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/ |
H A D | emulator.cc | 127 pw_StatusString(status)); in Initialize() 131 FDF_LOG(WARNING, "FakeController error: %s", pw_StatusString(status)); in Initialize()
|
/aosp_15_r20/external/pigweed/pw_assert/public/pw_assert/internal/ |
H A D | check_impl.h | 170 pw_StatusString(_pw_assert_check_ok_status), \
|
/aosp_15_r20/external/pigweed/pw_bloat/ |
H A D | test_label.csv | 114 .code,FLASH,pw_StatusString,24,24
|
/aosp_15_r20/external/pigweed/seed/ |
H A D | 0105.rst | 88 - ``PW_LOG("Status: %s" , pw_StatusString(status))``
|
/aosp_15_r20/external/pigweed/docs/style/ |
H A D | cpp.rst | 902 pw_StatusString(status.code));
|