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:netSupplierId_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
net_vpn_impl.cpp
213
if (
netSupplierId_
) {
in RegisterNetSupplier()
214
NETMGR_EXT_LOG_E("NetSupplier [%{public}d] has been registered ",
netSupplierId_
);
in RegisterNetSupplier()
222
if (netConnClientIns.RegisterNetSupplier(BEARER_VPN, TUN_CARD_NAME, netCap,
netSupplierId_
) != NETMANAGER_SUCCESS) {
in RegisterNetSupplier()
226
NETMGR_EXT_LOG_I("vpn RegisterNetSupplier
netSupplierId_
[%{public}d]",
netSupplierId_
);
in RegisterNetSupplier()
232
if (!
netSupplierId_
) {
in UnregisterNetSupplier()
233
NETMGR_EXT_LOG_E("NetSupplier [%{public}d] has been unregistered ",
netSupplierId_
);
in UnregisterNetSupplier()
236
if (!netConnClientIns.UnregisterNetSupplier(
netSupplierId_
)) {
in UnregisterNetSupplier()
237
netSupplierId_
= 0;
in UnregisterNetSupplier()
243
if (!
netSupplierId_
) {
in UpdateNetSupplierInfo()
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H
A
D
net_vpn_impl_test.cpp
121
netVpnImpl_->
netSupplierId_
= 1;
in HWTEST_F()
123
netVpnImpl_->
netSupplierId_
= 0;
in HWTEST_F()
131
netVpnImpl_->
netSupplierId_
= 0;
in HWTEST_F()
133
netVpnImpl_->
netSupplierId_
= 1;
in HWTEST_F()
137
netVpnImpl_->
netSupplierId_
= 0;
in HWTEST_F()
139
netVpnImpl_->
netSupplierId_
= 1;
in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
net_vpn_impl.h
112
uint32_t
netSupplierId_
= 0;
member in OHOS::NetManagerStandard::NetVpnImpl
Completed in 2 milliseconds