/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_netconn_client.h | 46 int32_t NetDetection(const NetHandle &netHandle);
|
H A D | mock_netconn_client.cpp | 68 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 D | net_conn_client.h | 47 int32_t NetDetection(const NetHandle &netHandle);
|
H A D | net_conn_client.cpp | 68 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 D | wifi_net_observer.cpp | 121 int32_t res = NetConnClient::GetInstance().NetDetection(*netHandle); in StartWifiDetection()
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_manager_test.cpp | 357 result = client.NetDetection(*netHandle); 369 result = client.NetDetection(*netHandle); 408 result = NetConnClient::GetInstance().NetDetection(netHError); 751 int32_t result = proxy->NetDetection(netId);
|
H A D | net_conn_service_stub_test.h | 129 int32_t NetDetection(int32_t netId) override in NetDetection() function
|
H A D | net_conn_service_proxy_test.cpp | 367 int32_t ret = instance_->NetDetection(TEST_NETID);
|
H A D | net_conn_service_test.cpp | 454 auto ret = NetConnService::GetInstance()->NetDetection(TEST_NETID); 457 ret = NetConnService::GetInstance()->NetDetection(MIN_NET_ID);
|
H A D | net_conn_client_test.cpp | 1135 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->NetDetection(netHandle);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
H A D | net_connection_ffi.cpp | 370 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 D | i_net_conn_service.h | 66 virtual int32_t NetDetection(int32_t netId) = 0;
|
H A D | net_conn_service_proxy.h | 54 int32_t NetDetection(int32_t netId) override;
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 295 int32_t NetDetection(const NetHandle &netHandle);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 410 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 D | connection_exec.cpp | 247 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 D | net_conn_service.h | 247 int32_t NetDetection(int32_t netId) override;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 482 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 D | libnetconn_kits.map | 40 …"OHOS::NetManagerStandard::NetConnClient::NetDetection(OHOS::NetManagerStandard::NetHandle const&)…
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 691 int32_t ret = NetDetection(netId); in OnNetDetection()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 391 int32_t NetConnService::NetDetection(int32_t netId) in NetDetection() function in OHOS::NetManagerStandard::NetConnService
|