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:activeIfaces
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
ethernet_service_test.cpp
361
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
362
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
424
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
425
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
464
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
465
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
H
A
D
ethernet_service_stub_test.cpp
56
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
) override
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H
A
D
ethernet_service_test.cpp
361
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
362
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
424
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
425
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
464
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
465
result = ethernetService.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
H
A
D
ethernet_manager_test.cpp
649
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
650
int32_t ret = ethernetManagement.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
832
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
833
int32_t ret = ethernetManagement.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
856
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
857
int32_t ret = ethernetManagement.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
867
std::vector<std::string>
activeIfaces
;
in HWTEST_F()
local
868
int32_t ret = ethernetManagement.GetAllActiveIfaces(
activeIfaces
);
in HWTEST_F()
H
A
D
ethernet_service_stub_test.cpp
56
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
) override
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H
A
D
i_ethernet_service.h
42
virtual int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
) = 0;
H
A
D
ethernet_service_proxy.h
36
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
) override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H
A
D
ethernet_client.cpp
83
int32_t EthernetClient::GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
)
in GetAllActiveIfaces()
argument
90
return proxy->GetAllActiveIfaces(
activeIfaces
);
in GetAllActiveIfaces()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H
A
D
ethernet_client.h
78
* @param
activeIfaces
list of active interface
83
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
);
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H
A
D
ethernet_service_proxy.cpp
151
int32_t EthernetServiceProxy::GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
)
in GetAllActiveIfaces()
argument
177
activeIfaces
.push_back(reply.ReadString());
in GetAllActiveIfaces()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H
A
D
ethernet_service.h
73
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
) override;
H
A
D
ethernet_management.h
72
int32_t GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_service.cpp
259
int32_t EthernetService::GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
)
in GetAllActiveIfaces()
argument
270
return ethManagement_.GetAllActiveIfaces(
activeIfaces
);
in GetAllActiveIfaces()
H
A
D
ethernet_management.cpp
368
int32_t EthernetManagement::GetAllActiveIfaces(std::vector<std::string> &
activeIfaces
)
in GetAllActiveIfaces()
argument
373
activeIfaces
.push_back(it->first);
in GetAllActiveIfaces()
Completed in 12 milliseconds