Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dcoredump.py42 def in_progress(self) -> bool: member in CoreDump
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h181 bool in_progress; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c664 srv->state->in_progress = false; in scene_recall()
706 srv->state->in_progress = true; in scene_recall()
793 if (srv->state->in_progress == true) { in scene_action()
865 srv->state->in_progress == true) { in scene_action()
902 scene_srv->state->in_progress = false; in scene_action()
Dstate_transition.c1003 srv->state->in_progress = false; in scene_recall_work_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h596 bool in_progress; /*!< Indicate if the scene transition is in progress */ member
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py219 finalize_line=not self.coredump.in_progress)