Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NetDetection
(Results
1 - 23
of
23
) sorted by relevance
/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
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H
A
D
net_conn_client.h
49
int32_t
NetDetection
(const NetHandle &netHandle);
H
A
D
net_conn_client.cpp
73
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
D
wifi_net_observer.cpp
121
int32_t res = NetConnClient::GetInstance().
NetDetection
(*netHandle);
in StartWifiDetection()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H
A
D
net_conn_manager_test.cpp
368
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
D
net_conn_service_test.cpp
480
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
D
net_conn_manager_test.cpp
368
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
D
net_conn_service_test.cpp
479
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
D
net_connection_ffi.cpp
370
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
D
net_conn_client.h
295
int32_t
NetDetection
(const NetHandle &netHandle);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H
A
D
net_conn_service_stub_test.h
129
int32_t
NetDetection
(int32_t netId) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H
A
D
net_conn_service_proxy.h
58
int32_t
NetDetection
(int32_t netId) override;
H
A
D
i_net_conn_service.h
66
virtual int32_t
NetDetection
(int32_t netId) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H
A
D
net_conn_service_stub_test.h
129
int32_t
NetDetection
(int32_t netId) override
H
A
D
net_conn_service_proxy_test.cpp
362
* @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
D
net_conn_client.cpp
453
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
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()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_conn_service.h
250
int32_t
NetDetection
(int32_t netId) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H
A
D
net_conn_service_stub.cpp
760
int32_t ret =
NetDetection
(netId);
in OnNetDetection()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H
A
D
net_conn_service_proxy.cpp
573
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
D
net_conn_client_test.cpp
1153
* @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
D
net_conn_service.cpp
402
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