Home
last modified time | relevance | path

Searched refs:LnnGetMediumParamBySpecificType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h35 int32_t LnnGetMediumParamBySpecificType(LnnHeartbeatMediumParam *param, LnnHeartbeatType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_strategy_test.cpp212 ret = LnnGetMediumParamBySpecificType(nullptr, LNN_HB_TYPE);
214 ret = LnnGetMediumParamBySpecificType(&param, LNN_HB_TYPE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c797 int32_t LnnGetMediumParamBySpecificType(LnnHeartbeatMediumParam *param, LnnHeartbeatType type) in LnnGetMediumParamBySpecificType() function