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:OnNetChange
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updateservice/services/utils/src/
H
A
D
dupdate_net_observer.cpp
72
OnNetChange
(NetType::NO_NET);
in NetCapabilitiesChange()
78
OnNetChange
(NetType::NOT_METERED_WIFI);
in NetCapabilitiesChange()
82
OnNetChange
(NetType::METERED_WIFI);
in NetCapabilitiesChange()
86
OnNetChange
(NetType::CELLULAR);
in NetCapabilitiesChange()
95
OnNetChange
(NetType::NO_NET);
in NetLost()
99
void NetObserver::
OnNetChange
(NetType netType)
in OnNetChange()
function in OHOS::UpdateEngine::NetObserver
101
ENGINE_LOGI("
OnNetChange
%{public}d", netType);
in OnNetChange()
106
bool result = callback_.lock()->
OnNetChange
(netType);
in OnNetChange()
107
ENGINE_LOGD("
OnNetChange
callback result %{public}s", StringUtils::GetBoolStr(result).c_str());
in OnNetChange()
H
A
D
dupdate_net_manager_empty.cpp
60
bool NetManager::
OnNetChange
(NetType netType)
in OnNetChange()
function in OHOS::UpdateEngine::NetManager
62
ENGINE_LOGI("NetManager
OnNetChange
");
in OnNetChange()
H
A
D
dupdate_net_manager.cpp
86
bool NetManager::
OnNetChange
(NetType netType)
in OnNetChange()
function in OHOS::UpdateEngine::NetManager
89
ENGINE_LOGE("
OnNetChange
illegal netType = %{public}d", netType);
in OnNetChange()
96
ENGINE_LOGI("
OnNetChange
type = %{public}d", netType);
in OnNetChange()
102
ENGINE_LOGE("
OnNetChange
netChangeCallback function is null");
in OnNetChange()
/base/update/updateservice/services/utils/include/
H
A
D
dupdate_inet_observer.h
36
virtual bool
OnNetChange
(NetType netType) = 0;
H
A
D
dupdate_net_observer.h
36
void
OnNetChange
(NetType netType);
H
A
D
dupdate_net_manager.h
50
bool
OnNetChange
(NetType netType) final;
Completed in 2 milliseconds