Searched refs:LnnStopHeartbeatByType (Results 1 – 8 of 8) sorted by relevance
59 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function61 return HeartBeatCtrlStaticInterface()->LnnStopHeartbeatByType(type); in LnnStopHeartbeatByType()
91 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function93 return HeartBeatStrategyInterface()->LnnStopHeartbeatByType(type); in LnnStopHeartbeatByType()
43 virtual int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) = 0;80 MOCK_METHOD1(LnnStopHeartbeatByType, int32_t (LnnHeartbeatType));
47 virtual int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) = 0;85 MOCK_METHOD1(LnnStopHeartbeatByType, int32_t (LnnHeartbeatType));
44 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type);
240 …if (LnnStopHeartbeatByType(HEARTBEAT_TYPE_BLE_V0 | HEARTBEAT_TYPE_BLE_V1 | HEARTBEAT_TYPE_BLE_V3) … in HbConditionChanged()1098 LnnStopHeartbeatByType( in HbDelayCheckTrustedRelation()
985 int32_t LnnStopHeartbeatByType(LnnHeartbeatType type) in LnnStopHeartbeatByType() function
180 int32_t ret = LnnStopHeartbeatByType(LNN_HB_TYPE);