Searched refs:LnnGetAddrTypeByIfName (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_ip_network_impl_mock.cpp | 110 int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type) in LnnGetAddrTypeByIfName() function 112 return GetLnnIpNetworkImplInterface()->LnnGetAddrTypeByIfName(ifName, type); in LnnGetAddrTypeByIfName()
|
H A D | lnn_network_manager_test.cpp | 150 int32_t ret = LnnGetAddrTypeByIfName(nullptr, nullptr); 154 ret = LnnGetAddrTypeByIfName("ETH", &type1); 158 ret = LnnGetAddrTypeByIfName("WLAN", &type2); 162 ret = LnnGetAddrTypeByIfName("BR", &type3); 166 ret = LnnGetAddrTypeByIfName("BLE", &type4);
|
H A D | lnn_ip_network_impl_mock.h | 47 virtual int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type) = 0; 75 MOCK_METHOD2(LnnGetAddrTypeByIfName, int32_t (const char *, ConnectionAddrType *));
|
H A D | lnn_ip_network_impl_test.cpp | 253 …EXPECT_CALL(ipMock, LnnGetAddrTypeByIfName).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Return(SO…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/ |
H A D | lnn_network_manager.h | 86 int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_deps_mock.cpp | 292 int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type) in LnnGetAddrTypeByIfName() function 294 return GetNetBuilderDepsInterface()->LnnGetAddrTypeByIfName(ifName, type); in LnnGetAddrTypeByIfName()
|
H A D | lnn_net_builder_mock_test.cpp | 345 EXPECT_CALL(NetBuilderMock, LnnGetAddrTypeByIfName(_, _))
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder_deps_mock.h | 113 virtual int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type); 251 MOCK_METHOD2(LnnGetAddrTypeByIfName, int32_t (const char *, ConnectionAddrType *));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_ip_network_impl.c | 322 if (LnnGetAddrTypeByIfName(ifCurrentName, &type) != SOFTBUS_OK) { in LeaveOldIpNetwork()
|
H A D | lnn_network_manager.c | 802 int32_t LnnGetAddrTypeByIfName(const char *ifName, ConnectionAddrType *type) in LnnGetAddrTypeByIfName() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 485 if (LnnGetAddrTypeByIfName(ifCurrentName, &type) != SOFTBUS_OK) { in GetCurrentConnectType()
|