Home
last modified time | relevance | path

Searched refs:LnnIsHeartbeatEnable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_mock.cpp91 bool LnnIsHeartbeatEnable(LnnHeartbeatType type) in LnnIsHeartbeatEnable() function
93 return HeartBeatFSMInterfaceInstance()->LnnIsHeartbeatEnable(type); in LnnIsHeartbeatEnable()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_mock.h46 virtual bool LnnIsHeartbeatEnable(LnnHeartbeatType type) = 0;
79 MOCK_METHOD1(LnnIsHeartbeatEnable, bool(LnnHeartbeatType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h54 bool LnnIsHeartbeatEnable(LnnHeartbeatType type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c539 if (!LnnIsHeartbeatEnable(eachType)) { in VisitClearUnRegistedHbType()
1044 bool LnnIsHeartbeatEnable(LnnHeartbeatType type) in LnnIsHeartbeatEnable() function
H A Dlnn_heartbeat_fsm.c607 if (LnnIsHeartbeatEnable(HEARTBEAT_TYPE_BLE_V0)) { in OnStartHbProcess()
623 if (LnnIsHeartbeatEnable(HEARTBEAT_TYPE_BLE_V0)) { in OnReStartHbProcess()