Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_state_machine.c40 static const StateNode *GetScheduleStateNode(const StateNode *nodes, uint32_t nodeCnt, uint32_t sta… in GetScheduleStateNode()
43 const StateNode *node = nodes + i; in GetScheduleStateNode()
76 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t even… in ScheduleMachine()
92 const StateNode *node = GetScheduleStateNode(nodes, nodeCnt, state, event); in ScheduleMachine()
/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_state_machine.h39 } StateNode; typedef
51 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t even…
/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c426 static const StateNode stateNodes[] = { in ScheduleDslmStateMachine()
447 static const uint32_t nodeCnt = sizeof(stateNodes) / sizeof(StateNode); in ScheduleDslmStateMachine()
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp338 StateNode *node = nullptr;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp851 struct StateNode { struct
858 static const StateNode stateNodes[] = { in GetSyncOperationStatus()