Searched refs:ESPEventAPICustom (Results 1 – 3 of 3) sorted by relevance
58 ESPEventAPICustom::ESPEventAPICustom(const esp_event_loop_args_t &event_loop_args) in ESPEventAPICustom() function in idf::event::ESPEventAPICustom66 ESPEventAPICustom::~ESPEventAPICustom() in ~ESPEventAPICustom()71 esp_err_t ESPEventAPICustom::handler_register(esp_event_base_t event_base, in handler_register()85 esp_err_t ESPEventAPICustom::handler_unregister(esp_event_base_t event_base, in handler_unregister()92 esp_err_t ESPEventAPICustom::post(esp_event_base_t event_base, in post()106 esp_err_t ESPEventAPICustom::run(TickType_t ticks_to_run) in run()
78 class ESPEventAPICustom : public ESPEventAPI { class83 ESPEventAPICustom(const esp_event_loop_args_t &event_loop_args);85 virtual ~ESPEventAPICustom();90 ESPEventAPICustom(const ESPEventAPICustom &o) = delete;91 ESPEventAPICustom& operator=(const ESPEventAPICustom&) = delete;
571 std::shared_ptr<ESPEventAPICustom> api(new ESPEventAPICustom(loop_args));756 TEST_THROW(std::shared_ptr<ESPEventAPI> api(new ESPEventAPICustom(loop_args)), EventException);