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 D | hb_strategy_mock.cpp | 81 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 D | hb_ctrl_test.cpp | 105 EXPECT_CALL(hbStrateMock, LnnSetGearModeBySpecificType) 136 EXPECT_CALL(hbStrateMock, LnnSetGearModeBySpecificType)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_strategy_mock.h | 44 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 D | lnn_heartbeat_strategy.h | 32 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 D | lnn_heartbeat_ctrl.c | 1005 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 D | lnn_heartbeat_strategy.c | 241 int32_t LnnSetGearModeBySpecificType(const char *callerId, const GearMode *mode, LnnHeartbeatType t… in LnnSetGearModeBySpecificType() function
|