Home
last modified time | relevance | path

Searched refs:NetDetection (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_netconn_client.h46 int32_t NetDetection(const NetHandle &netHandle);
H A Dmock_netconn_client.cpp68 int32_t NetConnClient::NetDetection(const NetHandle &netHandle) in NetDetection() function in OHOS::Wifi::NetConnClient
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.h49 int32_t NetDetection(const NetHandle &netHandle);
H A Dnet_conn_client.cpp73 int32_t NetConnClient::NetDetection(const NetHandle &netHandle) in NetDetection() function in OHOS::NetManagerStandard::NetConnClient
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.cpp121 int32_t res = NetConnClient::GetInstance().NetDetection(*netHandle); in StartWifiDetection()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp368 result = client.NetDetection(*netHandle); in HWTEST_F()
380 result = client.NetDetection(*netHandle); in HWTEST_F()
419 result = NetConnClient::GetInstance().NetDetection(netHError); in HWTEST_F()
762 int32_t result = proxy->NetDetection(netId); in HWTEST_F()
H A Dnet_conn_service_test.cpp480 auto ret = NetConnService::GetInstance()->NetDetection(TEST_NETID); in HWTEST_F()
483 ret = NetConnService::GetInstance()->NetDetection(MIN_NET_ID); in HWTEST_F()
991 ret = NetConnService::GetInstance()->NetDetection(testInt); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_manager_test.cpp368 result = client.NetDetection(*netHandle); in HWTEST_F()
380 result = client.NetDetection(*netHandle); in HWTEST_F()
419 result = NetConnClient::GetInstance().NetDetection(netHError); in HWTEST_F()
762 int32_t result = proxy->NetDetection(netId); in HWTEST_F()
H A Dnet_conn_service_test.cpp479 auto ret = NetConnService::GetInstance()->NetDetection(TEST_NETID); in HWTEST_F()
482 ret = NetConnService::GetInstance()->NetDetection(MIN_NET_ID); in HWTEST_F()
989 ret = NetConnService::GetInstance()->NetDetection(testInt); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp370 return NetConnClient::GetInstance().NetDetection(netHandle); in CJ_ReportNetConnected()
376 return NetConnClient::GetInstance().NetDetection(netHandle); in CJ_ReportNetDisconnected()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h295 int32_t NetDetection(const NetHandle &netHandle);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h129 int32_t NetDetection(int32_t netId) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h58 int32_t NetDetection(int32_t netId) override;
H A Di_net_conn_service.h66 virtual int32_t NetDetection(int32_t netId) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h129 int32_t NetDetection(int32_t netId) override
H A Dnet_conn_service_proxy_test.cpp362 * @tc.desc: Test NetConnServiceProxy NetDetection.
367 int32_t ret = instance_->NetDetection(TEST_NETID); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp453 int32_t NetConnClient::NetDetection(const NetHandle &netHandle) in NetDetection() function in OHOS::NetManagerStandard::NetConnClient
461 return proxy->NetDetection(netHandle.GetNetId()); in NetDetection()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp247 int32_t res = NetConnClient::GetInstance().NetDetection(context->netHandle_); in ExecReportNetConnected()
265 int32_t res = NetConnClient::GetInstance().NetDetection(context->netHandle_); in ExecReportNetDisconnected()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h250 int32_t NetDetection(int32_t netId) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp760 int32_t ret = NetDetection(netId); in OnNetDetection()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp573 int32_t NetConnServiceProxy::NetDetection(int32_t netId) in NetDetection() function in OHOS::NetManagerStandard::NetConnServiceProxy
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp1153 * @tc.desc: Test NetConnClient::NetDetection
1160 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->NetDetection(netHandle); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp402 int32_t NetConnService::NetDetection(int32_t netId) in NetDetection() function in OHOS::NetManagerStandard::NetConnService
405 NETMGR_LOG_I("NetDetection, call uid [%{public}d]", callingUid); in NetDetection()
978 NETMGR_LOG_I("Enter NetDetection, netId=[%{public}d]", netId); in NetDetectionAsync()
985 NETMGR_LOG_I("End NetDetection"); in NetDetectionAsync()

Completed in 33 milliseconds