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:IEthernetService
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H
A
D
ethernet_client.cpp
45
sptr<
IEthernetService
> proxy = GetProxy();
in GetMacAddress()
55
sptr<
IEthernetService
> proxy = GetProxy();
in SetIfaceConfig()
65
sptr<
IEthernetService
> proxy = GetProxy();
in GetIfaceConfig()
75
sptr<
IEthernetService
> proxy = GetProxy();
in IsIfaceActive()
85
sptr<
IEthernetService
> proxy = GetProxy();
in GetAllActiveIfaces()
95
sptr<
IEthernetService
> proxy = GetProxy();
in ResetFactory()
103
sptr<
IEthernetService
> EthernetClient::GetProxy()
in GetProxy()
128
ethernetService_ = iface_cast<
IEthernetService
>(remote);
in GetProxy()
188
sptr<
IEthernetService
> proxy = GetProxy();
in RegisterIfacesStateChanged()
205
sptr<
IEthernetService
> prox
in UnregisterIfacesStateChanged()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H
A
D
ethernet_client.h
171
sptr<
IEthernetService
> GetProxy();
177
sptr<
IEthernetService
> ethernetService_;
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H
A
D
ethernet_service_proxy.h
26
class EthernetServiceProxy : public IRemoteProxy<
IEthernetService
> {
28
explicit EthernetServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<
IEthernetService
>(impl) {}
in EthernetServiceProxy()
H
A
D
i_ethernet_service.h
33
class
IEthernetService
: public IRemoteBroker {
class
35
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.NetManagerStandard.
IEthernetService
");
/foundation/communication/netmanager_ext/services/ethernetmanager/include/stub/
H
A
D
ethernet_service_stub.h
29
class EthernetServiceStub : public IRemoteStub<
IEthernetService
> {
Completed in 2 milliseconds