Home
last modified time | relevance | path

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 Dlnn_bt_network_impl_mock.cpp39 …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 Dlnn_bt_network_impl_mock.h40 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 Dlnn_network_manager.h41 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 Dnetwork_mock.h51 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 Dlnn_bt_network_impl.c142 LnnNetIfType type; in DestroyBtSubnetManager()
191 LnnNetIfType type; in OnBtNetifStatusChanged()
216 LnnNetIfType type; in CreateBtSubnetManager()
H A Dlnn_network_manager.c131 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 Dlnn_netlink_monitor.c106 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 Dnetwork_mock.cpp61 int32_t LnnGetNetIfTypeByName(const char *ifName, LnnNetIfType *type) in LnnGetNetIfTypeByName()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c54 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLwipEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1378 LnnNetIfType localIfType;
1399 static ProtocolType LnnLaneSelectProtocol(LnnNetIfType ifType, const char *netWorkId, ProtocolType … in LnnLaneSelectProtocol()