Searched refs:LnnNetIfType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_bt_network_impl_mock.cpp | 39 …BtNetworkImplInterfaceMock::ActionOfLnnGetNetIfTypeByNameBr(const char *ifName, LnnNetIfType *type) in ActionOfLnnGetNetIfTypeByNameBr() 41 *type = (LnnNetIfType)LNN_NETIF_TYPE_BR; in ActionOfLnnGetNetIfTypeByNameBr() 45 …tNetworkImplInterfaceMock::ActionOfLnnGetNetIfTypeByNameBle(const char *ifName, LnnNetIfType *type) in ActionOfLnnGetNetIfTypeByNameBle() 47 *type = (LnnNetIfType)LNN_NETIF_TYPE_BLE; in ActionOfLnnGetNetIfTypeByNameBle() 82 int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) in LnnGetNetIfTypeByName()
|
H A D | lnn_bt_network_impl_mock.h | 40 virtual int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) = 0; 56 MOCK_METHOD2(LnnGetNetIfTypeByName, int32_t (const char *, LnnNetIfType *)); 60 static int32_t ActionOfLnnGetNetIfTypeByNameBr(const char *ifName, LnnNetIfType *type); 61 static int32_t ActionOfLnnGetNetIfTypeByNameBle(const char *ifName, LnnNetIfType *type);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/ |
H A D | lnn_network_manager.h | 41 typedef uint16_t LnnNetIfType; typedef 47 LnnNetIfType type; 73 LnnNetIfType supportedNetif; 85 int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/ |
H A D | network_mock.h | 51 virtual int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) = 0; 70 MOCK_METHOD2(LnnGetNetIfTypeByName, int32_t(const char *, LnnNetIfType *));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_bt_network_impl.c | 142 LnnNetIfType type; in DestroyBtSubnetManager() 191 LnnNetIfType type; in OnBtNetifStatusChanged() 216 LnnNetIfType type; in CreateBtSubnetManager()
|
H A D | lnn_network_manager.c | 131 static LnnNetIfType ConvertToNetIfType(LnnNetIfNameType nameType) in ConvertToNetIfType() 786 int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) in LnnGetNetIfTypeByName() 808 LnnNetIfType netifType; in LnnGetAddrTypeByIfName()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netlink_monitor.c | 106 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessAddrEvent() 130 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLinkEvent()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | network_mock.cpp | 61 int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) in LnnGetNetIfTypeByName()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/ |
H A D | lnn_hdf_driver_monitor.c | 54 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLwipEvent()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 1378 LnnNetIfType localIfType; 1399 static ProtocolType LnnLaneSelectProtocol(LnnNetIfType ifType, const char *netWorkId, ProtocolType … in LnnLaneSelectProtocol()
|