Home
last modified time | relevance | path

Searched refs:LnnPostStopMsgToHbFsm (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp125 int32_t LnnPostStopMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type) in LnnPostStopMsgToHbFsm() function
127 return HeartBeatFSMStrategyInterfaceInstance()->LnnPostStopMsgToHbFsm(hbFsm, type); in LnnPostStopMsgToHbFsm()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_strategy_mock.h56 virtual int32_t LnnPostStopMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type) = 0;
97 MOCK_METHOD2(LnnPostStopMsgToHbFsm, int32_t (LnnHeartbeatFsm *, LnnHeartbeatType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h101 int32_t LnnPostStopMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_strategy_test.cpp179 ON_CALL(hbMock, LnnPostStopMsgToHbFsm).WillByDefault(Return(SOFTBUS_OK));
193 ON_CALL(hbMock, LnnPostStopMsgToHbFsm).WillByDefault(Return(SOFTBUS_OK));
H A Dhb_fsm_test.cpp550 ret = LnnPostStopMsgToHbFsm(nullptr, HEARTBEAT_TYPE_BLE_V1);
552 ret = LnnPostStopMsgToHbFsm(hbFsm, HEARTBEAT_TYPE_BLE_V1);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c978 if (LnnPostStopMsgToHbFsm(g_hbFsm, HEARTBEAT_TYPE_BLE_V0) != SOFTBUS_OK) { in LnnStopV0HeartbeatAndNotTransState()
987 if (LnnPostStopMsgToHbFsm(g_hbFsm, type) != SOFTBUS_OK) { in LnnStopHeartbeatByType()
H A Dlnn_heartbeat_fsm.c1214 int32_t LnnPostStopMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type) in LnnPostStopMsgToHbFsm() function