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:NetLost
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
networkshare_upstreammonitor_test.cpp
67
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
167
int32_t result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
171
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
177
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
181
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
185
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
networkshare_upstreammonitor_test.cpp
68
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
168
int32_t result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
172
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
178
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
182
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
186
result = monitor->defaultNetworkCallback_->
NetLost
(netHandle);
in HWTEST_F()
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H
A
D
common_net_conn_callback_test.h
47
int32_t
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::INetConnCallbackTest
133
int32_t
NetLost
(sptr<NetHandle> &netHandle) override
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H
A
D
net_conn_callback_observer_test.cpp
110
* @tc.desc: Verify the
NetLost
function
114
HWTEST_F(NetConnCallbackObserverTest,
NetLost
, TestSize.Level1)
in HWTEST_F()
116
GTEST_LOG_(INFO) << "
NetLost
Start";
in HWTEST_F()
118
int res = oberverPtr_->
NetLost
(netHandle);
in HWTEST_F()
120
GTEST_LOG_(INFO) << "
NetLost
End";
in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H
A
D
net_connection_callback.h
31
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H
A
D
i_net_conn_callback.h
38
virtual int32_t
NetLost
(sptr<NetHandle> &netHandle) = 0;
H
A
D
net_conn_callback_stub.h
38
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H
A
D
net_conn_callback_test.h
33
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
H
A
D
net_conn_callback_test.cpp
81
int32_t NetConnCallbackTest::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetConnCallbackTest
86
NETMGR_LOG_D("
NetLost
: netId = %{public}d", netHandle->GetNetId());
in NetLost()
100
NETMGR_LOG_D("NetConnCallbackTest::
NetLost
: netId = %{public}d bolcked = %{public}s",
in NetBlockStatusChange()
187
int32_t ret = instance_->
NetLost
(handle);
in HWTEST_F()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H
A
D
net_conn_callback_observer.h
35
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H
A
D
net_conn_callback_proxy.h
34
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/include/
H
A
D
net_conn_callback_observer.h
33
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H
A
D
net_conn_callback_observer.cpp
64
int32_t NetConnCallbackObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::FileManagement::CloudSync::NetConnCallbackObserver
66
LOGI("NetConnCallbackObserver::
NetLost
");
in NetLost()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H
A
D
net_connection_adapter.h
54
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/include/
H
A
D
network_observer.h
37
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/src/
H
A
D
network_observer.cpp
90
int32_t NetworkObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetworkObserver
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_upstreammonitor.h
49
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H
A
D
net_conn_callback_stub.cpp
164
int32_t result =
NetLost
(netHandle);
in OnNetLost()
227
int32_t NetConnCallbackStub::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetConnCallbackStub
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H
A
D
net_policy_traffic.h
175
int32_t
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetPolicyTraffic::ConnCallBack
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H
A
D
net_conn_callback_proxy.cpp
155
int32_t NetConnCallbackProxy::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetConnCallbackProxy
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
201
int32_t ConnectionCallbackObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::ConnectionCallbackObserver
213
NETMANAGER_BASE_LOGE("no
NetLost
func registered");
in NetLost()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H
A
D
net_conn_callback_observer.cpp
130
int32_t NetConnCallbackObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetConnCallbackObserver
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_upstreammonitor.cpp
70
int32_t NetworkShareUpstreamMonitor::NetConnectionCallback::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor::NetConnectionCallback
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
device_manager_adapter.cpp
104
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
147
int32_t NetConnCallbackObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::DistributedData::NetConnCallbackObserver
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H
A
D
net_connection_adapter.cpp
350
int32_t NetConnCallbackStubAdapter::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NetManagerStandard::NetConnCallbackStubAdapter
Completed in 10 milliseconds
1
2