Home
last modified time | relevance | path

Searched refs:LnnRequestLeaveSpecific (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock.cpp39 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
41 return GetLnnNetBuilderInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
H A Dlnn_net_builder_test.cpp132 int32_t ret = LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_WLAN);
134 ret = LnnRequestLeaveSpecific(NETWORKID, CONNECTION_ADDR_WLAN);
138 ret = LnnRequestLeaveSpecific(NETWORKID, CONNECTION_ADDR_WLAN);
H A Dlnn_network_info_test.cpp103 EXPECT_CALL(netBuilderMock, LnnRequestLeaveSpecific).WillRepeatedly(Return(SOFTBUS_OK));
132 EXPECT_CALL(netBuilderMock, LnnRequestLeaveSpecific).WillOnce(Return(SOFTBUS_ERR))
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_mock.h30 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0;
38 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t (const char *, ConnectionAddrType));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_mock.cpp52 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
54 return GetLnnBtNetworkImplInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
H A Dlnn_bt_network_impl_mock.h34 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0;
50 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t (const char *, ConnectionAddrType));
H A Dlnn_bt_network_impl_test.cpp91 …EXPECT_CALL(btMock, LnnRequestLeaveSpecific).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Return(S…
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_common_mock.cpp120 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
122 return GetCommonInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
H A Dauth_common_mock.h55 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType);
82 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t (const char *, ConnectionAddrType));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_mock.cpp111 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
113 return HeartBeatFSMInterfaceInstance()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
H A Dhb_strategy_mock.cpp71 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
73 return HeartBeatStrategyInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_mock.h50 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0;
83 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t(const char *, ConnectionAddrType));
H A Dhb_strategy_mock.h42 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0;
81 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t (const char *, ConnectionAddrType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h154 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info.c189 if (LnnRequestLeaveSpecific(networkId, LnnDiscTypeToConnAddrType(discType)) != SOFTBUS_OK) { in OnReceiveBrOffline()
H A Dlnn_net_builder.c524 LnnRequestLeaveSpecific(networkId, LnnDiscTypeToConnAddrType((DiscoveryType)type)); in OnLnnProcessNotTrustedMsgDelay()
570 LnnRequestLeaveSpecific(networkId, LnnDiscTypeToConnAddrType((DiscoveryType)type)); in LnnProcessCompleteNotTrustedMsg()
1251 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function
H A Dlnn_network_info.c65 if (LnnRequestLeaveSpecific(networkId, type) != SOFTBUS_OK) { in PostNetchangedInfo()
H A Dlnn_sync_info_manager.c647 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_BLE) != SOFTBUS_OK) { in BleOffLineProcess()
721 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_WLAN) != SOFTBUS_OK) { in WlanOffLineProcess()
H A Dlnn_net_builder_process.c424 LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_MAX); in ProcessDeviceNotTrusted()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_decision_center.c59 int32_t ret = LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_BR); in LeaveSpecificBrNetwork()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c318 LnnRequestLeaveSpecific(info[i].networkId, CONNECTION_ADDR_BLE); in HbHandleLeaveLnn()
1017 return LnnRequestLeaveSpecific(targetNetworkId, CONNECTION_ADDR_WLAN); in LnnShiftLNNGear()
1066 LnnRequestLeaveSpecific(info[i].networkId, CONNECTION_ADDR_WLAN); in LnnShiftLNNGearWithoutPkgName()
H A Dlnn_heartbeat_fsm.c803 if (LnnRequestLeaveSpecific(networkId, addrType) != SOFTBUS_OK) { in ProcessLostHeartbeat()
931 if (LnnRequestLeaveSpecific(networkId, LnnConvertHbTypeToConnAddrType(hbType)) != SOFTBUS_OK) { in CheckDevStatusForScreenOff()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c290 int32_t ret = LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_BR); in LeaveSpecificBrNetwork()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp390 ON_CALL(heartbeatFsmMock, LnnRequestLeaveSpecific).WillByDefault(Return(SOFTBUS_OK));
394 EXPECT_CALL(heartbeatFsmMock, LnnRequestLeaveSpecific).WillRepeatedly(Return(SOFTBUS_ERR));
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c343 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_MAX) != SOFTBUS_OK) { in AuthDeviceNotTrust()

12