Home
last modified time | relevance | path

Searched refs:LnnStopHeartbeatByType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp59 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function
61 return HeartBeatCtrlStaticInterface()->LnnStopHeartbeatByType(type); in LnnStopHeartbeatByType()
H A Dhb_strategy_mock.cpp91 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function
93 return HeartBeatStrategyInterface()->LnnStopHeartbeatByType(type); in LnnStopHeartbeatByType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h43 virtual int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) = 0;
80 MOCK_METHOD1(LnnStopHeartbeatByType, int32_t (LnnHeartbeatType));
H A Dhb_strategy_mock.h47 virtual int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) = 0;
85 MOCK_METHOD1(LnnStopHeartbeatByType, int32_t (LnnHeartbeatType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h44 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c240 …if (LnnStopHeartbeatByType(HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V1 | HEARTBEAT_TYPE_BLE_V3) … in HbConditionChanged()
1098 LnnStopHeartbeatByType( in HbDelayCheckTrustedRelation()
H A Dlnn_heartbeat_strategy.c985 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_strategy_test.cpp180 int32_t ret = LnnStopHeartbeatByType(LNN_HB_TYPE);