Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp148 void LnnRemoveProcessSendOnceMsg(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType hbType, in LnnRemoveProcessSendOnceMsg() function
151 …return HeartBeatFSMStrategyInterfaceInstance()->LnnRemoveProcessSendOnceMsg(hbFsm, hbType, strateg… in LnnRemoveProcessSendOnceMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_strategy_mock.h62 virtual void LnnRemoveProcessSendOnceMsg(LnnHeartbeatFsm *hbFsm,
102 MOCK_METHOD3(LnnRemoveProcessSendOnceMsg, void (LnnHeartbeatFsm *,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h113 void LnnRemoveProcessSendOnceMsg(
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c410 void LnnRemoveProcessSendOnceMsg(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType hbType, in LnnRemoveProcessSendOnceMsg() function
441 LnnRemoveProcessSendOnceMsg(hbFsm, hbFsm->hbType, hbFsm->strategyType); in HbMasterNodeStateEnter()
455 LnnRemoveProcessSendOnceMsg(hbFsm, hbFsm->hbType, STRATEGY_HB_SEND_FIXED_PERIOD); in HbMasterNodeStateExit()
467 LnnRemoveProcessSendOnceMsg(hbFsm, hbFsm->hbType, STRATEGY_HB_SEND_FIXED_PERIOD); in HbNormalNodeStateEnter()
651 LnnRemoveProcessSendOnceMsg(hbFsm, HEARTBEAT_TYPE_BLE_V0, STRATEGY_HB_SEND_SINGLE); in OnStopHbByType()
652LnnRemoveProcessSendOnceMsg(hbFsm, HEARTBEAT_TYPE_BLE_V0, STRATEGY_HB_SEND_ADJUSTABLE_PERIOD); in OnStopHbByType()
H A Dlnn_heartbeat_strategy.c627 LnnRemoveProcessSendOnceMsg(hbFsm, msgPara->hbType, msgPara->strategyType); in AdjustablePeriodSendStrategy()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp140 LnnRemoveProcessSendOnceMsg(nullptr, HEARTBEAT_TYPE_BLE_V1, STRATEGY_HB_SEND_ADJUSTABLE_PERIOD);