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 - 18
of
18
) sorted by relevance
/base/location/services/location_gnss/gnss/include/ntp/
H
A
D
net_conn_observer.h
36
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/time/time_service/services/time/include/
H
A
D
net_conn_callback_observer.h
34
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/update/updateservice/services/utils/include/
H
A
D
dupdate_net_observer.h
33
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) final;
/base/web/webview/test/unittest/net_connect_callback_impl_test/
H
A
D
net_connect_callback_impl_test.cpp
117
EXPECT_EQ(netConnectCallbackImpl->
NetLost
(netHandle), 0);
in HWTEST_F()
146
EXPECT_EQ(netConnectCallbackImpl->
NetLost
(netHandle), 0);
in HWTEST_F()
/base/location/services/location_gnss/gnss/source/ntp/
H
A
D
net_conn_observer.cpp
57
int32_t NetConnObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::Location::NetConnObserver
/base/telephony/sms_mms/services/mms/include/
H
A
D
mms_conn_callback_stub.h
33
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/time/time_service/services/time/src/
H
A
D
net_conn_callback_observer.cpp
51
int32_t NetConnCallbackObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::MiscServices::NetConnCallbackObserver
/base/web/webview/ohos_adapter/net_connect_adapter/include/
H
A
D
net_connect_callback_impl.h
36
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/base/telephony/sms_mms/services/mms/
H
A
D
mms_conn_callback_stub.cpp
64
int32_t MmsConnCallbackStub::
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle)
in NetLost()
function in OHOS::Telephony::MmsConnCallbackStub
66
TELEPHONY_LOGI("MmsConnCallbackStub::
NetLost
");
in NetLost()
/base/request/request/services/include/
H
A
D
network.h
39
int32_t
NetLost
(sptr<NetHandle> &netHandle) override;
/base/update/updateservice/services/utils/src/
H
A
D
dupdate_net_observer.cpp
92
int32_t NetObserver::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::UpdateEngine::NetObserver
94
ENGINE_LOGI("
NetLost
");
in NetLost()
/base/location/test/location_gnss/source/
H
A
D
ntp_time_test.cpp
145
netWorkObserver->
NetLost
(handle);
in HWTEST_F()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
H
A
D
net_connect_callback_impl.cpp
102
int32_t NetConnectCallbackImpl::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::NWeb::NetConnectCallbackImpl
104
WVLOG_I("NetConnCallback enter,
NetLost
, net id = %{public}d.", netHandle->GetNetId());
in NetLost()
/base/request/request/services/src/cxx/
H
A
D
network.cpp
109
int32_t RequestNetCallbackStub::
NetLost
(sptr<NetHandle> &netHandle)
in NetLost()
function in OHOS::Request::RequestNetCallbackStub
/base/telephony/cellular_data/test/unit_test/
H
A
D
cellular_data_code_test.cpp
151
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override
153
std::cout << "TestCallback::
NetLost
" << std::endl;
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
414
m_pMmsConnCallbackStub->
NetLost
(pNetHandle);
in TestNetAvailable()
/base/telephony/cellular_data/test/
H
A
D
cellular_data_test.cpp
95
int32_t
NetLost
(sptr<NetManagerStandard::NetHandle> &netHandle) override
98
std::cout << "TestCallback::
NetLost
" << std::endl;
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_mms_test.cpp
1164
EXPECT_EQ(connCallback.
NetLost
(nullHandle), ERR_NONE);
in HWTEST_F()
Completed in 11 milliseconds