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:MacAddressInfo
(Results
1 - 23
of
23
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H
A
D
mac_address_info.cpp
24
bool
MacAddressInfo
::Marshalling(Parcel &parcel) const
in Marshalling()
35
sptr<
MacAddressInfo
>
MacAddressInfo
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
37
sptr<
MacAddressInfo
> ptr = new (std::nothrow)
MacAddressInfo
();
in Unmarshalling()
39
NETMGR_EXT_LOG_E("create
MacAddressInfo
failed");
in Unmarshalling()
H
A
D
ethernet_client.cpp
43
int32_t EthernetClient::GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList)
in GetMacAddress()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H
A
D
mac_address_info.h
26
struct
MacAddressInfo
: public Parcelable {
struct
31
static sptr<
MacAddressInfo
> Unmarshalling(Parcel &parcel);
H
A
D
ethernet_client.h
40
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList);
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H
A
D
get_mac_address_context.h
39
std::vector<
MacAddressInfo
> macAddrInfo_;
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H
A
D
i_ethernet_service.h
38
virtual int32_t GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList) = 0;
H
A
D
ethernet_service_proxy.h
32
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
ethernet_service_test.cpp
212
std::vector<
MacAddressInfo
> macAddrList;
in HWTEST_F()
346
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
396
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
449
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
H
A
D
ethernet_service_proxy_test.cpp
124
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
H
A
D
ethernet_service_stub_test.cpp
36
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &mai) override
H
A
D
ethernet_manager_test.cpp
334
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H
A
D
ethernet_service_test.cpp
212
std::vector<
MacAddressInfo
> macAddrList;
in HWTEST_F()
346
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
396
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
449
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
H
A
D
ethernet_service_proxy_test.cpp
124
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
H
A
D
ethernet_service_stub_test.cpp
36
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &mai) override
H
A
D
ethernet_manager_test.cpp
334
std::vector<
MacAddressInfo
> mai;
in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H
A
D
dev_interface_state.h
90
sptr<
MacAddressInfo
> macAddrInfo_ = nullptr;
H
A
D
ethernet_service.h
69
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList) override;
H
A
D
ethernet_management.h
68
int32_t GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList);
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H
A
D
ethernet_service_proxy.cpp
47
int32_t EthernetServiceProxy::GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList)
in GetMacAddress()
77
auto macAddrInfo =
MacAddressInfo
::Unmarshalling(reply);
in GetMacAddress()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_management.cpp
186
int32_t EthernetManagement::GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList)
in GetMacAddress()
196
MacAddressInfo
macAddressInfo;
in GetMacAddress()
H
A
D
ethernet_service.cpp
200
int32_t EthernetService::GetMacAddress(std::vector<
MacAddressInfo
> &macAddrList)
in GetMacAddress()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/stub/
H
A
D
ethernet_service_stub.cpp
89
std::vector<
MacAddressInfo
> macAddrList;
in OnGetMacAddress()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H
A
D
ethernet_client_fuzzer.cpp
351
std::vector<
MacAddressInfo
> mai;
in EthernetManagementFuzzTest()
Completed in 13 milliseconds