Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h59 char fsmName[HB_FSM_NAME_LEN];
H A Dlnn_heartbeat_utils.h34 #define HB_FSM_NAME_LEN 32 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c1060 if (sprintf_s(hbFsm->fsmName, HB_FSM_NAME_LEN, "LnnHbFsm-%u", hbFsm->id) == -1) { in InitHeartbeatFsm()