Home
last modified time | relevance | path

Searched refs:NetDetection (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_conn_client.h47 int32_t NetDetection(const NetHandle &netHandle);
H A Dnet_conn_client.cpp68 int32_t NetConnClient::NetDetection(const NetHandle &netHandle) in NetDetection() function in OHOS::NetManagerStandard::NetConnClient
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp357 result = client.NetDetection(*netHandle);
369 result = client.NetDetection(*netHandle);
408 result = NetConnClient::GetInstance().NetDetection(netHError);
751 int32_t result = proxy->NetDetection(netId);
H A Dnet_conn_service_stub_test.h129 int32_t NetDetection(int32_t netId) override in NetDetection() function
H A Dnet_conn_service_proxy_test.cpp367 int32_t ret = instance_->NetDetection(TEST_NETID);
H A Dnet_conn_service_test.cpp454 auto ret = NetConnService::GetInstance()->NetDetection(TEST_NETID);
457 ret = NetConnService::GetInstance()->NetDetection(MIN_NET_ID);
H A Dnet_conn_client_test.cpp1135 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->NetDetection(netHandle);
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h66 virtual int32_t NetDetection(int32_t netId) = 0;
H A Dnet_conn_service_proxy.h54 int32_t NetDetection(int32_t netId) override;
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h295 int32_t NetDetection(const NetHandle &netHandle);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp410 int32_t NetConnClient::NetDetection(const NetHandle &netHandle) in NetDetection() function in OHOS::NetManagerStandard::NetConnClient
418 return proxy->NetDetection(netHandle.GetNetId()); in NetDetection()
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h247 int32_t NetDetection(int32_t netId) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp482 int32_t NetConnServiceProxy::NetDetection(int32_t netId) in NetDetection() function in OHOS::NetManagerStandard::NetConnServiceProxy
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map40 …"OHOS::NetManagerStandard::NetConnClient::NetDetection(OHOS::NetManagerStandard::NetHandle const&)…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp691 int32_t ret = NetDetection(netId); in OnNetDetection()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp391 int32_t NetConnService::NetDetection(int32_t netId) in NetDetection() function in OHOS::NetManagerStandard::NetConnService