Home
last modified time | relevance | path

Searched refs:DhcpServreCallBackStub (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp25 DhcpServreCallBackStub::DhcpServreCallBackStub() : userCallback_(nullptr), mRemoteDied(false) in DhcpServreCallBackStub() function in OHOS::DHCP::DhcpServreCallBackStub
27 DHCP_LOGI("DhcpServreCallBackStub Enter DhcpServreCallBackStub"); in DhcpServreCallBackStub()
30 DhcpServreCallBackStub::~DhcpServreCallBackStub() in ~DhcpServreCallBackStub()
32 DHCP_LOGI("DhcpServreCallBackStub Enter ~DhcpServreCallBackStub"); in ~DhcpServreCallBackStub()
35 int DhcpServreCallBackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest()
82 void DhcpServreCallBackStub
[all...]
H A Ddhcp_server_callback_stub.cpp19 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServreCallBackStub");
23 DhcpServreCallBackStub::DhcpServreCallBackStub() : callback_(nullptr), mRemoteDied(false) in DhcpServreCallBackStub() function in OHOS::DHCP::DhcpServreCallBackStub
25 DHCP_LOGI("DhcpServreCallBackStub Enter DhcpServreCallBackStub"); in DhcpServreCallBackStub()
28 DhcpServreCallBackStub::~DhcpServreCallBackStub() in ~DhcpServreCallBackStub()
30 DHCP_LOGI("DhcpServreCallBackStub Enter ~DhcpServreCallBackStub"); in ~DhcpServreCallBackStub()
33 int DhcpServreCallBackStub
[all...]
H A Ddhcp_server_callback_stub.h31 class DhcpServreCallBackStub : public IDhcpServerCallBack { class
33 class DhcpServreCallBackStub : public IRemoteStub<IDhcpServerCallBack> {
36 DhcpServreCallBackStub();
37 virtual ~DhcpServreCallBackStub();
H A Ddhcp_server_proxy.cpp28 static sptr<DhcpServreCallBackStub> g_dhcpServerCallBackStub =
29 sptr<DhcpServreCallBackStub>(new (std::nothrow)DhcpServreCallBackStub());
H A Ddhcp_server_proxy_lite.cpp31 static DhcpServreCallBackStub g_dhcpServerCallBackStub;
/foundation/communication/dhcp/test/fuzztest/dhcpservercbkstub_fuzzer/
H A Ddhcpservercbkstub_fuzzer.cpp29 std::shared_ptr<DhcpServreCallBackStub> pDhcpServerCbkStub = std::make_shared<DhcpServreCallBackStub>();

Completed in 4 milliseconds