Functions

  • std::string zx_status_get_string (zx_status_t status)

    TODO(https://fxbug.dev/42077810): This has been copied from zircon code, as vdso doesn't build

    this for host.

    Defined at line 20 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fuchsia_controller_internal/error.cc

  • PyTypeObject * ZxStatusType_Create ()

    Creates the ZxStatus error type. Must only be run once.

    Defined at line 443 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fuchsia_controller_internal/error.cc

  • PyTypeObject * FcTransportStatusType_Create ()

    Creates the FcTransportStatus error type. Must only be run once.

    Defined at line 477 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fuchsia_controller_internal/error.cc

Variables

PyTypeObject * FcTransportStatusType

Defined at line 436 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fuchsia_controller_internal/error.cc

PyTypeObject * ZxStatusType

Defined at line 437 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fuchsia_controller_internal/error.cc