Home
last modified time | relevance | path

Searched refs:GetIfaceType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c211 iface->type = GetIfaceType(ifname); in LocalIfaceInit()
289 uint8_t type = GetIfaceType(ifname); in GetActiveLocalIface()
407 uint8_t curIfaceType = GetIfaceType(ifInfo[i].networkName); in AddLocalIfaceIpChanged()
613 uint8_t ifaceType = GetIfaceType(req[i].ifr_name); in DetectLocalIface()
744 uint8_t ifaceType = GetIfaceType(req.ifr_ifrn.ifrn_name); in LocalIfaceGetCoapCtxByRemoteIp()
H A Dnstackx_smartgenius.c128 uint8_t ifaceType = GetIfaceType((char *)RTA_DATA(tb[IFA_LABEL])); in IfAddrMsgHandle()
H A Dnstackx_device.c556 uint8_t GetIfaceType(const char *ifname) in GetIfaceType() function
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.h41 int32_t GetIfaceType(IfaceType& type) override;
H A Dwifi_p2p_iface.h39 int32_t GetIfaceType(IfaceType& type) override;
H A Dwifi_sta_iface.h40 int32_t GetIfaceType(IfaceType& type) override;
H A Dwifi_p2p_iface.cpp47 int32_t WifiP2pIface::GetIfaceType(IfaceType& type) in GetIfaceType() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
H A Dwifi_ap_iface.cpp55 int32_t WifiApIface::GetIfaceType(IfaceType& type) in GetIfaceType() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
H A Dwifi_sta_iface.cpp51 int32_t WifiStaIface::GetIfaceType(IfaceType& type) in GetIfaceType() function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h182 uint8_t GetIfaceType(const char *ifname);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h47 virtual int32_t GetIfaceType(IfaceType& type) in GetIfaceType() function
H A Dhal_device_manage_test.cpp540 bool result = DelayedSingleton<HalDeviceManager>::GetInstance()->GetIfaceType(iface, ifaceType);
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_ap_iface_test.cpp76 EXPECT_TRUE(apIface->GetIfaceType(type) == HDF_SUCCESS);
H A Dwifi_p2p_iface_test.cpp69 EXPECT_TRUE(p2pIface->GetIfaceType(type) == HDF_SUCCESS);
H A Dwifi_sta_iface_test.cpp77 EXPECT_TRUE(staIface->GetIfaceType(type) == HDF_SUCCESS);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp820 bool HalDeviceManager::GetIfaceType(sptr<IChipIface> &iface, IfaceType &ifaceType) in GetIfaceType() function in OHOS::Wifi::HalDeviceManager
823 int32_t ret = iface->GetIfaceType(ifaceType); in GetIfaceType()
1036 GetIfaceType(info.iface, ifaceType); in SelectInterfacesToDelete()
1395 if (!GetIfaceType(iface, ifaceType)) { in RemoveIface()
H A Dhal_device_manage.h401 bool GetIfaceType(sptr<IChipIface> &iface, IfaceType &ifaceType);
/ohos5.0/drivers/interface/wlan/chip/v1_0/
H A DIChipIface.idl62 GetIfaceType([out] enum IfaceType type);