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:hasDefaultNet
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H
A
D
net_connection.h
52
* @param
hasDefaultNet
Pointer to the result that specifies whether a default activated data network is available.
61
int32_t OH_NetConn_HasDefaultNet(int32_t *
hasDefaultNet
);
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H
A
D
net_connection.cpp
114
int32_t OH_NetConn_HasDefaultNet(int32_t *
hasDefaultNet
)
in OH_NetConn_HasDefaultNet()
argument
116
if (
hasDefaultNet
== nullptr) {
in OH_NetConn_HasDefaultNet()
123
*
hasDefaultNet
= flagBool;
in OH_NetConn_HasDefaultNet()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_upstreammonitor.cpp
147
bool
hasDefaultNet
= true;
in GetCurrentGoodUpstream()
local
148
int32_t result = NetConnClient::GetInstance().HasDefaultNet(
hasDefaultNet
);
in GetCurrentGoodUpstream()
149
if (result != NETMANAGER_SUCCESS || !
hasDefaultNet
) {
in GetCurrentGoodUpstream()
153
NETMGR_EXT_LOG_E("NetConn
hasDefaultNet
error[%{public}d].", result);
in GetCurrentGoodUpstream()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H
A
D
net_conn_service_proxy_test.cpp
414
bool
hasDefaultNet
= false;
in HWTEST_F()
local
415
int32_t ret = instance_->HasDefaultNet(
hasDefaultNet
);
in HWTEST_F()
417
EXPECT_EQ(
hasDefaultNet
, true);
in HWTEST_F()
Completed in 4 milliseconds