|
| void | yaze::cli::api::HandleHealth (const httplib::Request &req, httplib::Response &res, const BonjourPublisher *bonjour) |
| |
| void | yaze::cli::api::HandleListModels (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleGetSymbols (const httplib::Request &req, httplib::Response &res, yaze::emu::debug::SymbolProvider *symbols) |
| |
| void | yaze::cli::api::HandleNavigate (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleBreakpointHit (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleStateUpdate (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleWindowShow (const httplib::Request &req, httplib::Response &res, const std::function< bool()> &action) |
| |
| void | yaze::cli::api::HandleWindowHide (const httplib::Request &req, httplib::Response &res, const std::function< bool()> &action) |
| |
| void | yaze::cli::api::ApplyCorsHeaders (httplib::Response &res) |
| |
| void | yaze::cli::api::HandleRenderDungeon (const httplib::Request &req, httplib::Response &res, yaze::app::service::RenderService *render_service) |
| |
| void | yaze::cli::api::HandleRenderDungeonMetadata (const httplib::Request &req, httplib::Response &res, yaze::app::service::RenderService *render_service) |
| |
| void | yaze::cli::api::HandleCorsPreflight (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleCommandExecute (const httplib::Request &req, httplib::Response &res, yaze::Rom *rom) |
| |
| void | yaze::cli::api::HandleCommandList (const httplib::Request &req, httplib::Response &res) |
| |
| void | yaze::cli::api::HandleAnnotationList (const httplib::Request &req, httplib::Response &res, const std::string &project_path) |
| |
| void | yaze::cli::api::HandleAnnotationCreate (const httplib::Request &req, httplib::Response &res, const std::string &project_path) |
| |
| void | yaze::cli::api::HandleAnnotationUpdate (const httplib::Request &req, httplib::Response &res, const std::string &project_path) |
| |
| void | yaze::cli::api::HandleAnnotationDelete (const httplib::Request &req, httplib::Response &res, const std::string &project_path) |
| |