Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp999 bool ret = HbFsmStateProcessFunc(nullptr, msgType, nullptr);
1002 ret = HbFsmStateProcessFunc(&hbFsm.fsm, msgType, nullptr);
1006 ret = HbFsmStateProcessFunc(&hbFsm.fsm, msgType, nullptr);
1010 ret = HbFsmStateProcessFunc(&hbFsm.fsm, msgType, nullptr);
1013 ret = HbFsmStateProcessFunc(&hbFsm.fsm, msgType, para);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c128 static bool HbFsmStateProcessFunc(FsmStateMachine *fsm, int32_t msgType, void *para);
133 .process = HbFsmStateProcessFunc,
138 .process = HbFsmStateProcessFunc,
143 .process = HbFsmStateProcessFunc,
178 static bool HbFsmStateProcessFunc(FsmStateMachine *fsm, int32_t msgType, void *para) in HbFsmStateProcessFunc() function