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:defaultNetworkId_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_upstreammonitor.cpp
92
NetworkShareUpstreamMonitor::NetworkShareUpstreamMonitor() :
defaultNetworkId_
(INVALID_NETID) {}
in NetworkShareUpstreamMonitor()
176
defaultNetworkId_
= currentNetId;
in GetCurrentGoodUpstream()
254
if (
defaultNetworkId_
== INVALID_NETID ||
defaultNetworkId_
== netHandle->GetNetId()) {
in HandleConnectionPropertiesChange()
261
defaultNetworkId_
= netHandle->GetNetId();
in HandleConnectionPropertiesChange()
276
defaultNetworkId_
);
in HandleNetLost()
281
if (currentNetInfo != nullptr &&
defaultNetworkId_
== netHandle->GetNetId()) {
in HandleNetLost()
282
NETMGR_EXT_LOG_I("Send MainSM ON_LOST event with netHandle[%{public}d].",
defaultNetworkId_
);
in HandleNetLost()
284
defaultNetworkId_
= INVALID_NETID;
in HandleNetLost()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
networkshare_upstreammonitor_test.cpp
176
monitor->
defaultNetworkId_
= netId;
in HWTEST_F()
178
EXPECT_EQ(monitor->
defaultNetworkId_
, -1);
in HWTEST_F()
180
monitor->
defaultNetworkId_
= ++netId;
in HWTEST_F()
182
EXPECT_NE(monitor->
defaultNetworkId_
, -1);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
networkshare_upstreammonitor_test.cpp
177
monitor->
defaultNetworkId_
= netId;
in HWTEST_F()
179
EXPECT_EQ(monitor->
defaultNetworkId_
, -1);
in HWTEST_F()
181
monitor->
defaultNetworkId_
= ++netId;
in HWTEST_F()
183
EXPECT_NE(monitor->
defaultNetworkId_
, -1);
in HWTEST_F()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_upstreammonitor.h
110
int32_t
defaultNetworkId_
= INVALID_NETID;
member in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor
Completed in 2 milliseconds