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:NetDiagWrapper
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
net_diag_wrapper.h
33
class
NetDiagWrapper
: public std::enable_shared_from_this<
NetDiagWrapper
> {
class
35
NetDiagWrapper
();
36
~
NetDiagWrapper
();
37
static std::shared_ptr<
NetDiagWrapper
> &GetInstance()
in GetInstance()
39
static std::shared_ptr<
NetDiagWrapper
> instance = std::make_shared<
NetDiagWrapper
>();
in GetInstance()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_diag_wrapper.cpp
87
NetDiagWrapper
::
NetDiagWrapper
() {}
in NetDiagWrapper()
function in OHOS::nmd::NetDiagWrapper
89
__attribute__((no_sanitize("cfi")))
NetDiagWrapper
::~
NetDiagWrapper
() {}
in ~NetDiagWrapper()
91
int32_t
NetDiagWrapper
::PingHost(const NetDiagPingOption &pingOption, const sptr<INetDiagCallback> &callback)
in PingHost()
121
int32_t
NetDiagWrapper
::GetRouteTable(std::list<NetDiagRouteTable> &routeTables)
in GetRouteTable()
143
int32_t
NetDiagWrapper
::GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo)
in GetSocketsInfo()
191
int32_t
NetDiagWrapper
::GetInterfaceConfig(std::list<NetDiagIfaceConfig> &configs, const std::string &ifaceName)
in GetInterfaceConfig()
244
int32_t
NetDiagWrapper
::UpdateInterfaceConfig(const NetDiagIfaceConfig &config, const std::string &ifaceName, bool add)
in UpdateInterfaceConfig()
284
int32_t
NetDiagWrapper
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
net_diag_wrapper_test.cpp
84
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
102
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
120
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
139
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
158
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
177
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
197
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
218
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
240
auto netDiagWrapper =
NetDiagWrapper
::GetInstance();
in HWTEST_F()
268
auto netDiagWrapper =
NetDiagWrapper
in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/
H
A
D
netsys_native_service.h
219
std::shared_ptr<OHOS::nmd::
NetDiagWrapper
> netDiagWrapper = nullptr;
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
142
netDiagWrapper =
NetDiagWrapper
::GetInstance();
in Init()
Completed in 7 milliseconds