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:RaParams
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
router_advertisement_params.cpp
21
RaParams
::
RaParams
() : hasDefaultRoute_(false), hopLimit_(DEFAULT_HOPLIMIT), mtu_(IPV6_MIN_MTU) {}
in RaParams()
function in OHOS::NetManagerStandard::RaParams
23
void
RaParams
::Set(const
RaParams
&raParam)
in Set()
33
bool
RaParams
::ContainsPrefix(const IpPrefix &prefix)
in ContainsPrefix()
44
bool
RaParams
::ContainsDns(const in6_addr &dns)
in ContainsDns()
54
void
RaParams
::Clear()
in Clear()
H
A
D
router_advertisement_daemon.cpp
60
raParams_ = std::make_shared<
RaParams
>();
in RouterAdvertisementDaemon()
228
RaParams
RouterAdvertisementDaemon::GetDeprecatedRaParams(
RaParams
&oldRa,
RaParams
&newRa)
in GetDeprecatedRaParams()
230
RaParams
deprecateRa = {};
in GetDeprecatedRaParams()
244
void RouterAdvertisementDaemon::BuildNewRa(const
RaParams
&newRa)
in BuildNewRa()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
router_advertisement_params.h
40
class
RaParams
{
class
52
RaParams
();
53
~
RaParams
() = default;
54
void Set(const
RaParams
&raParam);
H
A
D
router_advertisement_daemon.h
125
RaParams
GetDeprecatedRaParams(
RaParams
&oldRa,
RaParams
&newRa);
126
void BuildNewRa(const
RaParams
&newRa);
153
std::shared_ptr<
RaParams
> raParams_;
H
A
D
networkshare_sub_statemachine.h
152
RaParams
lastRaParams_;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
router_advertisement_daemon_test.cpp
151
RaParams
oldRa;
in HWTEST_F()
152
RaParams
newRa;
in HWTEST_F()
159
RaParams
deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa);
in HWTEST_F()
177
RaParams
newRa;
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
router_advertisement_daemon_test.cpp
151
RaParams
oldRa;
in HWTEST_F()
152
RaParams
newRa;
in HWTEST_F()
159
RaParams
deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa);
in HWTEST_F()
177
RaParams
newRa;
in HWTEST_F()
Completed in 6 milliseconds