/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_chip.cpp | 37 void InvalidateAndClearApIface(std::vector<sptr<WifiApIface>>& ifaces) in InvalidateAndClearApIface() 45 void InvalidateAndClearStaIface(std::vector<sptr<WifiStaIface>>& ifaces) in InvalidateAndClearStaIface() 53 void InvalidateAndClearP2pIface(std::vector<sptr<WifiP2pIface>>& ifaces) in InvalidateAndClearP2pIface() 306 std::vector<std::string> GetApNames(std::vector<sptr<WifiApIface>>& ifaces) in GetApNames() 315 sptr<WifiApIface> FindApUsingName(std::vector<sptr<WifiApIface>>& ifaces, const std::string& name) in FindApUsingName() 326 std::vector<std::string> GetP2pNames(std::vector<sptr<WifiP2pIface>>& ifaces) in GetP2pNames() 335 sptr<WifiP2pIface> FindP2pUsingName(std::vector<sptr<WifiP2pIface>>& ifaces, const std::string& nam… in FindP2pUsingName() 346 std::vector<std::string> GetStaNames(std::vector<sptr<WifiStaIface>>& ifaces) in GetStaNames() 355 sptr<WifiStaIface> FindStaUsingName(std::vector<sptr<WifiStaIface>>& ifaces, const std::string& nam… in FindStaUsingName()
|
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | net_policy_callback_proxy_test.cpp | 242 std::vector<std::string> ifaces; variable 250 std::vector<std::string> ifaces; variable 258 std::vector<std::string> ifaces; variable
|
H A D | net_policy_callback_test.cpp | 78 int32_t NetPolicyCallbackTest::NetMeteredIfacesChange(std::vector<std::string> &ifaces) in NetMeteredIfacesChange()
|
H A D | ut_net_policy_callback_ipc.cpp | 111 std::vector<std::string> ifaces; variable
|
H A D | ut_net_policy_callback_stub.cpp | 55 int32_t NetMeteredIfacesChange(std::vector<std::string> &ifaces) override in NetMeteredIfacesChange()
|
H A D | ut_net_policy_callback.cpp | 93 int32_t NetMeteredIfacesChange(std::vector<std::string> &ifaces) in NetMeteredIfacesChange()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/ |
H A D | netshare_startsharing_context.cpp | 76 void NetShareStartSharingContext::SetIface(std::vector<std::string> ifaces) in SetIface()
|
H A D | netshare_exec.cpp | 101 std::vector<std::string> ifaces; in ExecGetSharingIfaces() local
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_chip_interface_test.cpp | 61 char ifaces[128] = {0}; variable
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | net_policy_callback_observer.cpp | 65 int32_t NetPolicyCallbackObserver::NetMeteredIfacesChange(std::vector<std::string> &ifaces) in NetMeteredIfacesChange() 125 auto ifaces = static_cast<std::vector<std::string> *>(data); in CreateMeteredIfacesChangeParam() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_callback_stub.cpp | 165 std::vector<std::string> ifaces; in OnNetMeteredIfacesChange() local 188 int32_t NetPolicyCallbackStub::NetMeteredIfacesChange(std::vector<std::string> &ifaces) in NetMeteredIfacesChange()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_callback.cpp | 224 int32_t NetPolicyCallback::NotifyNetMeteredIfacesChangeAsync(std::vector<std::string> &ifaces) in NotifyNetMeteredIfacesChangeAsync() 240 int32_t NetPolicyCallback::NotifyNetMeteredIfacesChange(std::vector<std::string> &ifaces) in NotifyNetMeteredIfacesChange()
|
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_service_stub_test.h | 66 …int32_t GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) over… in GetNetSharingIfaces()
|
H A D | networkshare_manager_test.cpp | 212 std::vector<std::string> ifaces; variable 221 std::vector<std::string> ifaces; variable
|
H A D | networkshare_service_test.cpp | 295 std::vector<std::string> ifaces; variable 304 std::vector<std::string> ifaces; variable
|
H A D | networkshare_tracker_test.cpp | 323 std::vector<std::string> ifaces; variable 349 std::vector<std::string> ifaces; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/stub/ |
H A D | net_policy_callback_proxy.cpp | 129 int32_t NetPolicyCallbackProxy::NetMeteredIfacesChange(std::vector<std::string> &ifaces) in NetMeteredIfacesChange()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_hal.h | 49 WpaIfaceInfo *ifaces; member
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | hdi_wpa_hal.h | 52 WpaIfaceInfo *ifaces; member
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_chip_interface.c | 78 WifiErrorNo GetIfaceNames(int32_t type, char *ifaces, int32_t size) in GetIfaceNames()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_exec.cpp | 161 … napi_value ifaces = NapiUtils::CreateArray(context->GetEnv(), context->ethernetNameList_.size()); in GetAllActiveIfacesCallback() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/ |
H A D | hal_device_manage.h | 95 std::map<IfaceType, std::vector<WifiIfaceInfo>> ifaces; member
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ |
H A D | networkshare_service_proxy.cpp | 169 …ServiceProxy::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces()
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_service.cpp | 253 …ShareService::GetNetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetNetSharingIfaces()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/ |
H A D | networkshare_client.cpp | 165 …workShareClient::GetSharingIfaces(const SharingIfaceState &state, std::vector<std::string> &ifaces) in GetSharingIfaces()
|