/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_manager_test.cpp | 138 for (auto it : netList) { in LogCapabilities() 338 std::list<sptr<NetHandle>> netList; variable 491 std::list<sptr<NetHandle>> netList; variable 494 for (auto it : netList) { 519 LogCapabilities(netList); 570 netList.clear(); in CheckNetListRemainWhenConnected() 580 netList.clear(); in CheckNetListIncreaseWhenConnected() 593 netList.clear(); in CheckNetListWhenDisconnected() 606 netList.clear(); in RollbackForNetConnManager() 614 netList.clear(); in CheckNetListWhenUnregistered() [all …]
|
H A D | net_conn_client_test.cpp | 1043 std::list<sptr<NetHandle>> netList; variable 1044 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAllNets(netList);
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | traffic_management.cpp | 57 std::list<sptr<NetManagerStandard::NetHandle>> netList; in GetIfaceName() local 58 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in GetIfaceName() 63 for (sptr<NetManagerStandard::NetHandle> netHandle : netList) { in GetIfaceName()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_net_observer.cpp | 96 std::list<sptr<NetHandle>> netList; in GetWifiNetworkHandle() local 97 int32_t ret = NetConnClient::GetInstance().GetAllNets(netList); in GetWifiNetworkHandle() 102 for (auto iter : netList) { in GetWifiNetworkHandle()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
H A D | net_connection_ffi.cpp | 330 std::list<sptr<NetHandle>> netList; in CJ_GetAllNets() local 331 auto code = NetConnClient::GetInstance().GetAllNets(netList); in CJ_GetAllNets() 337 auto listSize = netList.size(); in CJ_GetAllNets() 346 for (auto it = netList.begin(); it != netList.end(); ++it) { in CJ_GetAllNets()
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | net-connection-manager.md | 271 public netList: connection.NetHandle[] = []; 296 GlobalContext.getContext().netList = data; 320 public netList: connection.NetHandle[] = []; 405 GlobalContext.getContext().netList = data; 407 let itemNumber : Set<connection.NetHandle> = new Set(GlobalContext.getContext().netList);
|
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_impl_test/ |
H A D | net_connect_adapter_impl_test.cpp | 80 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() argument 87 netList.emplace_back(netHandle); in GetAllNets()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_netconn_client.h | 42 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
|
H A D | mock_netconn_client.cpp | 58 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() argument
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | net_conn_client.h | 43 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
|
H A D | net_conn_client.cpp | 58 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() argument
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 453 std::list<sptr<NetHandle>> netList; in GetIfaceName() local 454 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in GetIfaceName() 459 for (sptr<NetHandle> netHandle : netList) { in GetIfaceName()
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-connection-manager.md | 142 public netList: connection.NetHandle[] = []; 167 GlobalContext.getContext().netList = data; 191 public netList: connection.NetHandle[] = []; 276 GlobalContext.getContext().netList = data; 278 let itemNumber : Set<connection.NetHandle> = new Set(GlobalContext.getContext().netList);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 217 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 316 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() argument 333 netList.push_back(netHandle); in GetAllNets()
|
/ohos5.0/foundation/communication/netmanager_base/ |
H A D | README_zh.md | 176 this.netList = data;
|