Home
last modified time | relevance | path

Searched refs:GetStrategyTypeByPolicy (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.h52 LnnHeartbeatStrategyType GetStrategyTypeByPolicy(int32_t policy);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_strategy_test.cpp66 LnnHeartbeatStrategyType ret = GetStrategyTypeByPolicy(ONCE_STRATEGY);
68 ret = GetStrategyTypeByPolicy(HIGH_PERFORMANCE_STRATEGY);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c288 LnnHeartbeatStrategyType GetStrategyTypeByPolicy(int32_t policy) in GetStrategyTypeByPolicy() function