Searched refs:LnnSetMediumParamBySpecificType (Results 1 – 8 of 8) sorted by relevance
115 int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param) in LnnSetMediumParamBySpecificType() function117 return HeartBeatCtrlStaticInterface()->LnnSetMediumParamBySpecificType(param); in LnnSetMediumParamBySpecificType()
111 int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param) in LnnSetMediumParamBySpecificType() function113 return HeartBeatStrategyInterface()->LnnSetMediumParamBySpecificType(param); in LnnSetMediumParamBySpecificType()
55 virtual int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param) = 0;91 MOCK_METHOD1(LnnSetMediumParamBySpecificType, int32_t (const LnnHeartbeatMediumParam *));
51 virtual int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param) = 0;89 MOCK_METHOD1(LnnSetMediumParamBySpecificType, int32_t (const LnnHeartbeatMediumParam *));
34 int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param);
341 if (LnnSetMediumParamBySpecificType(¶m) != SOFTBUS_OK) { in HbDelaySetNormalScanParam()361 if (LnnSetMediumParamBySpecificType(¶m) != SOFTBUS_OK) { in HbDelaySetHighScanParam()508 … if (!LnnIsLocalSupportBurstFeature() && (LnnSetMediumParamBySpecificType(¶m) != SOFTBUS_OK)) { in HbChangeMediumParamByState()905 return LnnSetMediumParamBySpecificType(param); in LnnSetHeartbeatMediumParam()
754 int32_t LnnSetMediumParamBySpecificType(const LnnHeartbeatMediumParam *param) in LnnSetMediumParamBySpecificType() function
234 ret = LnnSetMediumParamBySpecificType(nullptr);236 ret = LnnSetMediumParamBySpecificType(¶m);