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:AddInterface
(Results
1 - 21
of
21
) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
physical_network_test.cpp
66
int32_t ret = physicNetwork.
AddInterface
(interfaceName1);
in HWTEST_F()
70
ret = physicNetwork.
AddInterface
(interfaceName1);
in HWTEST_F()
76
ret = physicNetwork.
AddInterface
(interfaceName2);
in HWTEST_F()
93
auto ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
96
ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
104
ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
113
auto ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
122
auto ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
144
auto ret = instance_->
AddInterface
(interfaceName);
in HWTEST_F()
154
auto ret = instance_->
AddInterface
(interfaceNam
in HWTEST_F()
[all...]
H
A
D
local_network_test.cpp
52
int32_t ret = localNetwork.
AddInterface
(interfaceName);
in HWTEST_F()
55
ret = localNetwork.
AddInterface
(interfaceName);
in HWTEST_F()
H
A
D
virtual_network_test.cpp
76
auto result = instance_->
AddInterface
(iface);
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
local_network.h
35
int32_t
AddInterface
(std::string &interfaceName) override;
H
A
D
netsys_network.h
44
virtual int32_t
AddInterface
(std::string &) = 0;
H
A
D
physical_network.h
69
int32_t
AddInterface
(std::string &interfaceName) override;
H
A
D
virtual_network.h
60
int32_t
AddInterface
(std::string &interfaceName) override;
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
local_network.cpp
27
int32_t LocalNetwork::
AddInterface
(std::string &interfaceName)
in AddInterface()
function in OHOS::nmd::LocalNetwork
29
NETNATIVE_LOGI("Entry LocalNetwork::
AddInterface
%{public}s", interfaceName.c_str());
in AddInterface()
H
A
D
physical_network.cpp
51
int32_t PhysicalNetwork::
AddInterface
(std::string &interfaceName)
in AddInterface()
function in OHOS::nmd::PhysicalNetwork
53
NETNATIVE_LOGI("
AddInterface
%{public}s", interfaceName.c_str());
in AddInterface()
H
A
D
virtual_network.cpp
69
int32_t VirtualNetwork::
AddInterface
(std::string &interfaceName)
in AddInterface()
function in OHOS::nmd::VirtualNetwork
71
NETNATIVE_LOGI("Entry VirtualNetwork::
AddInterface
%{public}s", interfaceName.c_str());
in AddInterface()
/foundation/ability/idl_tool/ast/
H
A
D
ast_interface_type.cpp
26
namespace_->
AddInterface
(this);
in SetNamespace()
H
A
D
ast_namespace.cpp
61
void ASTNamespace::
AddInterface
(ASTInterfaceType* interface)
in AddInterface()
function in OHOS::Idl::ASTNamespace
H
A
D
ast_namespace.h
50
void
AddInterface
(ASTInterfaceType* interface);
H
A
D
ast_module.h
73
void
AddInterface
(ASTInterfaceType* interface);
H
A
D
ast_module.cpp
113
void ASTModule::
AddInterface
(ASTInterfaceType* interface)
in AddInterface()
function in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_namespace.h
51
void
AddInterface
(const AutoPtr<ASTInterfaceType> &interface);
H
A
D
ast_namespace.cpp
59
void ASTNamespace::
AddInterface
(const AutoPtr<ASTInterfaceType> &interface)
in AddInterface()
function in OHOS::Idl::ASTNamespace
H
A
D
ast_interface_type.cpp
25
namespace_->
AddInterface
(this);
in SetNamespace()
/foundation/ability/idl_tool/test/unittest/ast_module_test/
H
A
D
ast_module_test.cpp
207
module->
AddInterface
(interface);
in HWTEST_F()
/foundation/ability/idl_tool/parser/
H
A
D
parser.cpp
203
module_->
AddInterface
(interface);
in ParseInterfaceEnd()
224
module_->
AddInterface
(interface);
in ParseInterfaceEnd()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
conn_manager.cpp
267
return nw->
AddInterface
(interfaceName);
in AddInterfaceToNetwork()
Completed in 9 milliseconds