/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 211 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 D | nstackx_smartgenius.c | 128 uint8_t ifaceType = GetIfaceType((char *)RTA_DATA(tb[IFA_LABEL])); in IfAddrMsgHandle()
|
H A D | nstackx_device.c | 556 uint8_t GetIfaceType(const char *ifname) in GetIfaceType() function
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_ap_iface.h | 41 int32_t GetIfaceType(IfaceType& type) override;
|
H A D | wifi_p2p_iface.h | 39 int32_t GetIfaceType(IfaceType& type) override;
|
H A D | wifi_sta_iface.h | 40 int32_t GetIfaceType(IfaceType& type) override;
|
H A D | wifi_p2p_iface.cpp | 47 int32_t WifiP2pIface::GetIfaceType(IfaceType& type) in GetIfaceType() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
|
H A D | wifi_ap_iface.cpp | 55 int32_t WifiApIface::GetIfaceType(IfaceType& type) in GetIfaceType() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
|
H A D | wifi_sta_iface.cpp | 51 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 D | nstackx_device.h | 182 uint8_t GetIfaceType(const char *ifname);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | hal_device_manage_test.h | 47 virtual int32_t GetIfaceType(IfaceType& type) in GetIfaceType() function
|
H A D | hal_device_manage_test.cpp | 540 bool result = DelayedSingleton<HalDeviceManager>::GetInstance()->GetIfaceType(iface, ifaceType);
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_ap_iface_test.cpp | 76 EXPECT_TRUE(apIface->GetIfaceType(type) == HDF_SUCCESS);
|
H A D | wifi_p2p_iface_test.cpp | 69 EXPECT_TRUE(p2pIface->GetIfaceType(type) == HDF_SUCCESS);
|
H A D | wifi_sta_iface_test.cpp | 77 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 D | hal_device_manage.cpp | 820 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 D | hal_device_manage.h | 401 bool GetIfaceType(sptr<IChipIface> &iface, IfaceType &ifaceType);
|
/ohos5.0/drivers/interface/wlan/chip/v1_0/ |
H A D | IChipIface.idl | 62 GetIfaceType([out] enum IfaceType type);
|