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:MAX_NET_CAP_NUM
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_all_capabilities.cpp
25
static constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
member
74
capSize = capSize >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: capSize;
in Marshalling()
80
if (++index >
MAX_NET_CAP_NUM
) {
in Marshalling()
88
typeSize = typeSize >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: typeSize;
in Marshalling()
94
if (++index >
MAX_NET_CAP_NUM
) {
in Marshalling()
116
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in Unmarshalling()
130
size = size >
MAX_NET_CAP_NUM
in Unmarshalling()
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H
A
D
net_supplier_callback_stub.cpp
20
static constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
variable
76
if (size >
MAX_NET_CAP_NUM
) {
in OnRequestNetwork()
123
size = (size >
MAX_NET_CAP_NUM
) ?
MAX_NET_CAP_NUM
: size;
in OnReleaseNetwork()
172
if (size >
MAX_NET_CAP_NUM
) {
in OnAddRequest()
226
if (size >
MAX_NET_CAP_NUM
) {
in OnRemoveRequest()
H
A
D
net_conn_callback_stub.cpp
21
static constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
member
99
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in OnNetCapabilitiesChange()
111
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in OnNetCapabilitiesChange()
H
A
D
net_conn_service_proxy.cpp
25
static constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
member
954
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in GetNetCapData()
967
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in GetNetCapData()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H
A
D
net_supplier_callback_stub_test.cpp
27
static constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
member
180
ASSERT_TRUE(data.WriteUint32(
MAX_NET_CAP_NUM
+ 1));
in HWTEST_F()
236
ASSERT_TRUE(data.WriteUint32(
MAX_NET_CAP_NUM
+ 1));
in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H
A
D
net_conn_service_stub.cpp
29
constexpr uint32_t
MAX_NET_CAP_NUM
= 32;
member
446
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in OnRegisterNetSupplier()
1017
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in OnGetNetCapabilities()
1023
if (++index >
MAX_NET_CAP_NUM
) {
in OnGetNetCapabilities()
1032
size = size >
MAX_NET_CAP_NUM
?
MAX_NET_CAP_NUM
: size;
in OnGetNetCapabilities()
1038
if (++index >
MAX_NET_CAP_NUM
) {
in OnGetNetCapabilities()
Completed in 8 milliseconds