Home
last modified time | relevance | path

Searched refs:LnnSetGearModeBySpecificType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_strategy_mock.cpp81 int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType t… in LnnSetGearModeBySpecificType() function
83 return HeartBeatStrategyInterface()->LnnSetGearModeBySpecificType(callerId, mode, type); in LnnSetGearModeBySpecificType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_test.cpp105 EXPECT_CALL(hbStrateMock, LnnSetGearModeBySpecificType)
136 EXPECT_CALL(hbStrateMock, LnnSetGearModeBySpecificType)
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_strategy_mock.h44 virtual int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode,
83 …MOCK_METHOD3(LnnSetGearModeBySpecificType, int32_t (const char *, const GearMode *, LnnHeartbeatTy…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h32 int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType t…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c1005 if (LnnSetGearModeBySpecificType(callerId, mode, HEARTBEAT_TYPE_BLE_V0) != SOFTBUS_OK) { in LnnShiftLNNGear()
1032 if (LnnSetGearModeBySpecificType(callerId, mode, HEARTBEAT_TYPE_BLE_V0) != SOFTBUS_OK) { in LnnShiftLNNGearWithoutPkgName()
H A Dlnn_heartbeat_strategy.c241 int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType t… in LnnSetGearModeBySpecificType() function