Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c110 case OT_SIM_EVENT_ALARM_FIRED: in receiveEvent()
133 event.mEvent = OT_SIM_EVENT_ALARM_FIRED; in platformSendSleepEvent()
/openthread-latest/tests/scripts/thread-cert/
Dsimulator.py126 OT_SIM_EVENT_ALARM_FIRED = 0 variable in VirtualTime
313 if type == self.OT_SIM_EVENT_ALARM_FIRED:
471 if type == self.OT_SIM_EVENT_ALARM_FIRED:
492 message = struct.pack('=QBH', elapsed, self.OT_SIM_EVENT_ALARM_FIRED, 0)
/openthread-latest/src/posix/platform/
Dplatform-posix.h79 OT_SIM_EVENT_ALARM_FIRED = 0, enumerator
Dvirtual_time.cpp143 event.mEvent = OT_SIM_EVENT_ALARM_FIRED; in virtualTimeSendSleepEvent()
Dhdlc_interface.cpp298 case OT_SIM_EVENT_ALARM_FIRED: in WaitForFrame()
/openthread-latest/examples/platforms/simulation/
Dplatform-simulation.h65 OT_SIM_EVENT_ALARM_FIRED = 0, enumerator