/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock.cpp | 39 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function 41 return GetLnnNetBuilderInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
|
H A D | lnn_net_builder_test.cpp | 132 int32_t ret = LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_WLAN); 134 ret = LnnRequestLeaveSpecific(NETWORKID, CONNECTION_ADDR_WLAN); 138 ret = LnnRequestLeaveSpecific(NETWORKID, CONNECTION_ADDR_WLAN);
|
H A D | lnn_network_info_test.cpp | 103 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 D | lnn_net_builder_mock.h | 30 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 D | lnn_bt_network_impl_mock.cpp | 52 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function 54 return GetLnnBtNetworkImplInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
|
H A D | lnn_bt_network_impl_mock.h | 34 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0; 50 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t (const char *, ConnectionAddrType));
|
H A D | lnn_bt_network_impl_test.cpp | 91 …EXPECT_CALL(btMock, LnnRequestLeaveSpecific).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Return(S…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_common_mock.cpp | 120 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function 122 return GetCommonInterface()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
|
H A D | auth_common_mock.h | 55 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 D | hb_fsm_mock.cpp | 111 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() function 113 return HeartBeatFSMInterfaceInstance()->LnnRequestLeaveSpecific(networkId, addrType); in LnnRequestLeaveSpecific()
|
H A D | hb_strategy_mock.cpp | 71 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 D | hb_fsm_mock.h | 50 virtual int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) = 0; 83 MOCK_METHOD2(LnnRequestLeaveSpecific, int32_t(const char *, ConnectionAddrType));
|
H A D | hb_strategy_mock.h | 42 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 D | lnn_net_builder.h | 154 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_item_info.c | 189 if (LnnRequestLeaveSpecific(networkId, LnnDiscTypeToConnAddrType(discType)) != SOFTBUS_OK) { in OnReceiveBrOffline()
|
H A D | lnn_net_builder.c | 524 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 D | lnn_network_info.c | 65 if (LnnRequestLeaveSpecific(networkId, type) != SOFTBUS_OK) { in PostNetchangedInfo()
|
H A D | lnn_sync_info_manager.c | 647 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_BLE) != SOFTBUS_OK) { in BleOffLineProcess() 721 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_WLAN) != SOFTBUS_OK) { in WlanOffLineProcess()
|
H A D | lnn_net_builder_process.c | 424 LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_MAX); in ProcessDeviceNotTrusted()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_decision_center.c | 59 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 D | lnn_heartbeat_ctrl.c | 318 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 D | lnn_heartbeat_fsm.c | 803 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 D | lnn_bt_network_impl.c | 290 int32_t ret = LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_BR); in LeaveSpecificBrNetwork()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_fsm_test.cpp | 390 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 D | auth_device.c | 343 if (LnnRequestLeaveSpecific(networkId, CONNECTION_ADDR_MAX) != SOFTBUS_OK) { in AuthDeviceNotTrust()
|