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:DhcpClientProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_client_proxy.h
32
class
DhcpClientProxy
: public IDhcpClient {
class
34
static
DhcpClientProxy
*GetInstance(void);
36
explicit
DhcpClientProxy
();
38
class
DhcpClientProxy
: public IRemoteProxy<IDhcpClient> {
40
explicit
DhcpClientProxy
(const sptr<IRemoteObject> &impl);
42
~
DhcpClientProxy
();
57
static
DhcpClientProxy
*g_instance;
65
explicit DhcpClientDeathRecipient(
DhcpClientProxy
&client) : client_(client) {}
in DhcpClientDeathRecipient()
73
DhcpClientProxy
&client_;
78
static inline BrokerDelegator<
DhcpClientProxy
> delegator
[all...]
H
A
D
dhcp_client_proxy_lite.cpp
30
DhcpClientProxy
*
DhcpClientProxy
::g_instance = nullptr;
31
DhcpClientProxy
::
DhcpClientProxy
() : remoteDied_(false)
in DhcpClientProxy()
function in OHOS::DHCP::DhcpClientProxy
33
DHCP_LOGI("enter ~
DhcpClientProxy
!");
in DhcpClientProxy()
36
DhcpClientProxy
::~
DhcpClientProxy
()
in ~DhcpClientProxy()
38
DHCP_LOGI("enter ~
DhcpClientProxy
!");
in ~DhcpClientProxy()
41
DhcpClientProxy
*
DhcpClientProxy
[all...]
H
A
D
dhcp_client_proxy.cpp
23
DEFINE_DHCPLOG_DHCP_LABEL("
DhcpClientProxy
");
30
DhcpClientProxy
::
DhcpClientProxy
(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpClient>(impl),
in DhcpClientProxy()
function in OHOS::DHCP::DhcpClientProxy
52
DhcpClientProxy
::~
DhcpClientProxy
()
in ~DhcpClientProxy()
54
DHCP_LOGI("enter ~
DhcpClientProxy
!");
in ~DhcpClientProxy()
58
void
DhcpClientProxy
::RemoveDeathRecipient(void)
in RemoveDeathRecipient()
74
void
DhcpClientProxy
::OnRemoteDied(const wptr<IRemoteObject> &remoteObject)
in OnRemoteDied()
88
bool
DhcpClientProxy
::IsRemoteDied(void)
in IsRemoteDied()
96
ErrCode
DhcpClientProxy
[all...]
H
A
D
dhcp_client_impl.cpp
47
DhcpClientProxy
::ReleaseInstance();
in ~DhcpClientImpl()
55
DhcpClientProxy
*clientProxy =
DhcpClientProxy
::GetInstance();
in Init()
62
DhcpClientProxy
::ReleaseInstance();
in Init()
98
DHCP_LOGI("DhcpClientImpl new
DhcpClientProxy
");
in GetDhcpClientProxy()
99
client_ = new (std::nothrow)
DhcpClientProxy
(object);
in GetDhcpClientProxy()
Completed in 2 milliseconds