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:prefixLength_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
ipv4_info.h
43
prefixLength_
= prefixLen;
in SetPrefixLength()
47
return
prefixLength_
;
in GetPrefixLength()
50
static constexpr int Ipv4InfoSize() { return sizeof(ip_) + sizeof(
prefixLength_
); }
in Ipv4InfoSize()
54
uint8_t
prefixLength_
{ DEFAULT_PREFIX_VALUE };
H
A
D
ipv4_info.cpp
30
if (ip_ == other.ip_ &&
prefixLength_
== other.
prefixLength_
) {
in operator ==()
41
output.push_back(
prefixLength_
);
in Marshalling()
53
prefixLength_
= input[Ipv4InfoSize() - 1];
in Unmarshalling()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
base_address.h
114
return
prefixLength_
;
in GetAddressPrefixLength()
124
size_t
prefixLength_
;
member in OHOS::Wifi::BaseAddress
H
A
D
base_address.cpp
28
: family_(family),
prefixLength_
(prefixLength), ipAddress_(ip)
in BaseAddress()
55
LOGI("TYPE: [%{public}s] address [%s/%zu]", ipType.c_str(), ipAddress_.c_str(),
prefixLength_
);
in Dump()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_interface_config.cpp
52
if (!parcel.WriteInt32(
prefixLength_
)) {
in Marshalling()
84
if (!parcel.ReadInt32(config.
prefixLength_
)) {
in Unmarshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
net_interface_config.h
31
int
prefixLength_
= 0;
member
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
2181
config.
prefixLength_
= configParcel.prefixLength;
in GetNetInterfaceConfiguration()
Completed in 7 milliseconds