/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_manager_test.cpp | 339 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 D | net_conn_service_stub_test.h | 155 int32_t GetAllNets(std::list<int32_t> &netIdList) override in GetAllNets() function
|
H A D | net_conn_service_proxy_test.cpp | 440 int32_t ret = instance_->GetAllNets(netIdList);
|
H A D | net_conn_client_test.cpp | 1044 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetAllNets(netList);
|
/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() function in OHOS::Wifi::NetConnClient
|
/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() function in OHOS::NetManagerStandard::NetConnClient
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | traffic_management.cpp | 58 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 D | wifi_net_observer.cpp | 97 int32_t ret = NetConnClient::GetInstance().GetAllNets(netList); in GetWifiNetworkHandle()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/ |
H A D | connection_module.h | 93 static napi_value GetAllNets(napi_env env, napi_callback_info info);
|
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
H A D | net_connect_adapter_impl.cpp | 157 int32_t ret = NetConnClient::GetInstance().GetAllNets(netHandleList); in GetDnsServersByNetId()
|
/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() function in OHOS::NetManagerStandard::NetConnClient
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | i_net_conn_service.h | 72 virtual int32_t GetAllNets(std::list<int32_t> &netIdList) = 0;
|
H A D | net_conn_service_proxy.h | 58 int32_t GetAllNets(std::list<int32_t> &netIdList) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 181 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 D | net_conn_client.h | 217 int32_t GetAllNets(std::list<sptr<NetHandle>> &netList);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/ |
H A D | net_connection.cpp | 106 int32_t ret = NetConnClient::GetInstance().GetAllNets(netHandleObjList); in OH_NetConn_GetAllNets()
|
/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() function in OHOS::NetManagerStandard::NetConnClient 325 int32_t result = proxy->GetAllNets(netIdList); in GetAllNets()
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 454 int32_t result = NetConnClient::GetInstance().GetAllNets(netList); in GetIfaceName()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
H A D | net_connection_ffi.cpp | 331 auto code = NetConnClient::GetInstance().GetAllNets(netList); in CJ_GetAllNets()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 253 int32_t GetAllNets(std::list<int32_t> &netIdList) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/ |
H A D | connection_exec.cpp | 194 int32_t ret = NetConnClient::GetInstance().GetAllNets(context->netHandleList_); in ExecGetAllNets()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 726 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 D | libnetconn_kits.map | 37 …"OHOS::NetManagerStandard::NetConnClient::GetAllNets(std::__h::list<OHOS::sptr<OHOS::NetManagerSta…
|