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:DhcpServerProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_server_proxy.h
31
class
DhcpServerProxy
: public IDhcpServer {
class
33
static
DhcpServerProxy
*GetInstance(void);
35
explicit
DhcpServerProxy
(void);
38
class
DhcpServerProxy
: public IRemoteProxy<IDhcpServer> {
40
explicit
DhcpServerProxy
(const sptr<IRemoteObject> &impl);
42
~
DhcpServerProxy
();
63
static
DhcpServerProxy
*g_instance;
71
explicit DhcpServerDeathRecipient(
DhcpServerProxy
&client) : client_(client) {}
in DhcpServerDeathRecipient()
79
DhcpServerProxy
&client_;
84
static inline BrokerDelegator<
DhcpServerProxy
> delegator
[all...]
H
A
D
dhcp_server_proxy_lite.cpp
87
DhcpServerProxy
*client =
DhcpServerProxy
::GetInstance();
in OnRemoteSrvDied()
94
DhcpServerProxy
*
DhcpServerProxy
::g_instance = nullptr;
95
DhcpServerProxy
::
DhcpServerProxy
() : remote_(nullptr), remoteDied_(false)
in DhcpServerProxy()
function in OHOS::DHCP::DhcpServerProxy
98
DhcpServerProxy
::~
DhcpServerProxy
()
in ~DhcpServerProxy()
101
DhcpServerProxy
*
DhcpServerProxy
[all...]
H
A
D
dhcp_server_proxy.cpp
22
DEFINE_DHCPLOG_DHCP_LABEL("
DhcpServerProxy
");
31
DhcpServerProxy
::
DhcpServerProxy
(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpServer>(impl),
in DhcpServerProxy()
function in OHOS::DHCP::DhcpServerProxy
53
DhcpServerProxy
::~
DhcpServerProxy
()
in ~DhcpServerProxy()
55
DHCP_LOGI("enter ~
DhcpServerProxy
!");
in ~DhcpServerProxy()
59
void
DhcpServerProxy
::RemoveDeathRecipient(void)
in RemoveDeathRecipient()
75
void
DhcpServerProxy
::OnRemoteDied(const wptr<IRemoteObject> &remoteObject)
in OnRemoteDied()
89
bool
DhcpServerProxy
::IsRemoteDied(void)
in IsRemoteDied()
97
ErrCode
DhcpServerProxy
[all...]
H
A
D
dhcp_server_impl.cpp
47
DhcpServerProxy
::ReleaseInstance();
in ~DhcpServerImpl()
55
DhcpServerProxy
*serverProxy =
DhcpServerProxy
::GetInstance();
in Init()
62
DhcpServerProxy
::ReleaseInstance();
in Init()
95
client_ = new (std::nothrow)
DhcpServerProxy
(object);
in GetDhcpServerProxy()
Completed in 4 milliseconds