Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_state_machine.c62 static inline bool PopPendingEvent(StateMachine *machine, uint32_t *event, const void **para) in PopPendingEvent() function
106 bool isPending = PopPendingEvent(machine, &nextEvent, &nextPara); in ScheduleMachine()