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:NetCaps
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_caps.cpp
20
NetCaps
::
NetCaps
(const std::set<NetCap> &caps)
in NetCaps()
function in OHOS::NetManagerStandard::NetCaps
27
bool
NetCaps
::operator==(const
NetCaps
&netCaps) const
in operator ==()
32
bool
NetCaps
::IsValidNetCap(NetCap cap)
in IsValidNetCap()
37
void
NetCaps
::InsertNetCap(NetCap cap)
in InsertNetCap()
44
void
NetCaps
::RemoveNetCap(NetCap cap)
in RemoveNetCap()
51
bool
NetCaps
::HasNetCap(NetCap cap) const
in HasNetCap()
56
bool
NetCaps
::HasNetCaps(const std::set<NetCap> &caps) const
in HasNetCaps()
61
std::set<NetCap>
NetCaps
[all...]
H
A
D
net_activate.cpp
130
bool NetActivate::CompareByNetworkCapabilities(const
NetCaps
&netCaps)
in CompareByNetworkCapabilities()
H
A
D
net_supplier.cpp
169
const
NetCaps
&NetSupplier::GetNetCaps() const
in GetNetCaps()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_caps.h
26
class
NetCaps
{
class
28
NetCaps
() = default;
29
~
NetCaps
() = default;
30
explicit
NetCaps
(const std::set<NetCap> &caps);
32
bool operator==(const
NetCaps
&netCaps) const;
65
* Determine
NetCaps
exist or not
68
* @return bool
NetCaps
exist or not
H
A
D
net_supplier.h
93
const
NetCaps
&GetNetCaps() const;
160
NetCaps
netCaps_;
H
A
D
net_activate.h
66
bool CompareByNetworkCapabilities(const
NetCaps
&netCaps);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H
A
D
net_caps_test.cpp
36
static inline std::unique_ptr<
NetCaps
> instance_ = nullptr;
48
instance_ = std::make_unique<
NetCaps
>(caps);
in SetUpTestCase()
59
std::unique_ptr<
NetCaps
> caps = std::make_unique<
NetCaps
>();
in HWTEST_F()
73
std::unique_ptr<
NetCaps
> netCaps = std::make_unique<
NetCaps
>(caps);
in HWTEST_F()
79
NetCaps
lCaps;
in HWTEST_F()
80
NetCaps
rCaps;
in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_caps_test.cpp
36
static inline std::unique_ptr<
NetCaps
> instance_ = nullptr;
48
instance_ = std::make_unique<
NetCaps
>(caps);
in SetUpTestCase()
59
std::unique_ptr<
NetCaps
> caps = std::make_unique<
NetCaps
>();
in HWTEST_F()
73
std::unique_ptr<
NetCaps
> netCaps = std::make_unique<
NetCaps
>(caps);
in HWTEST_F()
79
NetCaps
lCaps;
in HWTEST_F()
80
NetCaps
rCaps;
in HWTEST_F()
H
A
D
net_activate_test.cpp
174
NetCaps
netCaps;
in HWTEST_F()
Completed in 5 milliseconds