/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_bt_network_impl_mock.cpp | 57 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) in LnnRequestLeaveByAddrType() function 59 return GetLnnBtNetworkImplInterface()->LnnRequestLeaveByAddrType(type, typeLen); in LnnRequestLeaveByAddrType()
|
H A D | lnn_bt_network_impl_mock.h | 35 virtual int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) = 0; 51 MOCK_METHOD2(LnnRequestLeaveByAddrType, int32_t (const bool *, uint32_t));
|
H A D | lnn_network_manager_mock.cpp | 95 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) in LnnRequestLeaveByAddrType() function 97 return GetNetworkManagerInterface()->LnnRequestLeaveByAddrType(type, typeLen); in LnnRequestLeaveByAddrType()
|
H A D | lnn_network_manager_mock.h | 51 virtual int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) = 0; 77 MOCK_METHOD2(LnnRequestLeaveByAddrType, int32_t (const bool *, uint32_t));
|
H A D | lnn_ip_network_impl_mock.cpp | 160 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) in LnnRequestLeaveByAddrType() function 162 return GetLnnIpNetworkImplInterface()->LnnRequestLeaveByAddrType(type, typeLen); in LnnRequestLeaveByAddrType()
|
H A D | lnn_ip_network_impl_mock.h | 57 virtual int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) = 0; 85 MOCK_METHOD2(LnnRequestLeaveByAddrType, int32_t (const bool *, uint32_t));
|
H A D | lnn_bt_network_impl_test.cpp | 169 …EXPECT_CALL(btMock, LnnRequestLeaveByAddrType).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Return… 195 …EXPECT_CALL(btMock, LnnRequestLeaveByAddrType).WillOnce(Return(SOFTBUS_OK)).WillRepeatedly(Return(…
|
H A D | lnn_ip_network_impl_test.cpp | 254 …EXPECT_CALL(ipMock, LnnRequestLeaveByAddrType).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Return…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_test.cpp | 111 int32_t ret = LnnRequestLeaveByAddrType(type, CONNECTION_ADDR_MAX); 115 ret = LnnRequestLeaveByAddrType(nullptr, TYPE_LENTH); 117 ret = LnnRequestLeaveByAddrType(type, TYPE_LEN); 119 ret = LnnRequestLeaveByAddrType(type, TYPE_LENTH);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_virtual.c | 59 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) in LnnRequestLeaveByAddrType() function
|
H A D | lnn_net_builder.c | 1216 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen) in LnnRequestLeaveByAddrType() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_bt_network_impl.c | 112 ret = LnnRequestLeaveByAddrType(addrType, CONNECTION_ADDR_MAX); in DisableBrSubnet() 131 ret = LnnRequestLeaveByAddrType(addrType, CONNECTION_ADDR_MAX); in DisableBleSubnet()
|
H A D | lnn_network_manager.c | 248 if (LnnRequestLeaveByAddrType(addrType, CONNECTION_ADDR_MAX) != SOFTBUS_OK) { in NetUserStateEventHandler() 568 if (LnnRequestLeaveByAddrType(addrType, CONNECTION_ADDR_MAX) != SOFTBUS_OK) { in NightModeChangeEventHandler()
|
H A D | lnn_ip_network_impl.c | 333 if (LnnRequestLeaveByAddrType(addrType, CONNECTION_ADDR_MAX) != SOFTBUS_OK) { in LeaveOldIpNetwork()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder.h | 153 int32_t LnnRequestLeaveByAddrType(const bool *type, uint32_t typeLen);
|