Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h48 EVENT_HB_SET_MEDIUM_PARAM = 10, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c86 {EVENT_HB_SET_MEDIUM_PARAM, OnSetMediumParam},
101 {EVENT_HB_SET_MEDIUM_PARAM, OnSetMediumParam},
1263 if (LnnFsmPostMessage(&hbFsm->fsm, EVENT_HB_SET_MEDIUM_PARAM, (void *)dupPara) != SOFTBUS_OK) { in LnnPostSetMediumParamMsgToHbFsm()