Home
last modified time | relevance | path

Searched refs:GetAllNets (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp339 int32_t result = client.GetAllNets(netList);
492 result = NetConnClient::GetInstance().GetAllNets(netList);
517 result = NetConnClient::GetInstance().GetAllNets(netList);
571 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in CheckNetListRemainWhenConnected()
581 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in CheckNetListIncreaseWhenConnected()
594 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in CheckNetListWhenDisconnected()
607 return NetConnClient::GetInstance().GetAllNets(netList); in RollbackForNetConnManager()
615 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in CheckNetListWhenUnregistered()
635 result = client.GetAllNets(netList);
806 auto ret = NetConnClient::GetInstance().GetAllNets(netList);
[all …]
H A Dnet_conn_service_stub_test.h155 int32_t GetAllNets(std::list<int32_t> &netIdList) override in GetAllNets() function
H A Dnet_conn_service_proxy_test.cpp440 int32_t ret = instance_->GetAllNets(netIdList);
H A Dnet_conn_client_test.cpp1044 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAllNets(netList);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_netconn_client.h42 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
H A Dmock_netconn_client.cpp58 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() function in OHOS::Wifi::NetConnClient
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.h43 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
H A Dnet_conn_client.cpp58 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() function in OHOS::NetManagerStandard::NetConnClient
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dtraffic_management.cpp58 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in GetIfaceName()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.cpp97 int32_t ret = NetConnClient::GetInstance().GetAllNets(netList); in GetWifiNetworkHandle()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h93 static napi_value GetAllNets(napi_env env, napi_callback_info info);
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_adapter_impl.cpp157 int32_t ret = NetConnClient::GetInstance().GetAllNets(netHandleList); in GetDnsServersByNetId()
/ohos5.0/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H A Dnet_connect_adapter_impl_test.cpp80 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() function in OHOS::NetManagerStandard::NetConnClient
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h72 virtual int32_t GetAllNets(std::list<int32_t> &netIdList) = 0;
H A Dnet_conn_service_proxy.h58 int32_t GetAllNets(std::list<int32_t> &netIdList) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp181 DECLARE_NAPI_FUNCTION(FUNCTION_GET_ALL_NETS, GetAllNets), in InitConnectionModule()
330 napi_value ConnectionModule::GetAllNets(napi_env env, napi_callback_info info) in GetAllNets() function in OHOS::NetManagerStandard::ConnectionModule
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h217 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp106 int32_t ret = NetConnClient::GetInstance().GetAllNets(netHandleObjList); in OH_NetConn_GetAllNets()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp316 int32_t NetConnClient::GetAllNets(std::list<sptr<NetHandle>> &netList) in GetAllNets() function in OHOS::NetManagerStandard::NetConnClient
325 int32_t result = proxy->GetAllNets(netIdList); in GetAllNets()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp454 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in GetIfaceName()
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp331 auto code = NetConnClient::GetInstance().GetAllNets(netList); in CJ_GetAllNets()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h253 int32_t GetAllNets(std::list<int32_t> &netIdList) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp194 int32_t ret = NetConnClient::GetInstance().GetAllNets(context->netHandleList_); in ExecGetAllNets()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp726 int32_t NetConnServiceProxy::GetAllNets(std::list<int32_t> &netIdList) in GetAllNets() function in OHOS::NetManagerStandard::NetConnServiceProxy
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map37 …"OHOS::NetManagerStandard::NetConnClient::GetAllNets(std::__h::list<OHOS::sptr<OHOS::NetManagerSta…

12