Searched refs:DhcpServreCallBackStub (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_callback_stub.cpp | 23 DhcpServreCallBackStub::DhcpServreCallBackStub() : callback_(nullptr), mRemoteDied(false) in DhcpServreCallBackStub() function in OHOS::DHCP::DhcpServreCallBackStub 28 DhcpServreCallBackStub::~DhcpServreCallBackStub() in ~DhcpServreCallBackStub() 33 int DhcpServreCallBackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in OnRemoteRequest() 70 void DhcpServreCallBackStub::RegisterCallBack(const sptr<IDhcpServerCallBack> &callBack) in RegisterCallBack() 79 bool DhcpServreCallBackStub::IsRemoteDied() const in IsRemoteDied() 84 void DhcpServreCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() 90 void DhcpServreCallBackStub::OnServerStatusChanged(int status) in OnServerStatusChanged() 98 void DhcpServreCallBackStub::OnServerLeasesChanged(const std::string& ifname, std::vector<std::stri… in OnServerLeasesChanged() 114 void DhcpServreCallBackStub::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() 122 int DhcpServreCallBackStub::RemoteOnServerStatusChanged(uint32_t code, MessageParcel &data, Message… in RemoteOnServerStatusChanged() [all …]
|
H A D | dhcp_server_callback_stub_lite.cpp | 25 DhcpServreCallBackStub::DhcpServreCallBackStub() : userCallback_(nullptr), mRemoteDied(false) in DhcpServreCallBackStub() function in OHOS::DHCP::DhcpServreCallBackStub 30 DhcpServreCallBackStub::~DhcpServreCallBackStub() in ~DhcpServreCallBackStub() 35 int DhcpServreCallBackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest() 91 bool DhcpServreCallBackStub::IsRemoteDied() const in IsRemoteDied() 96 void DhcpServreCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() 101 void DhcpServreCallBackStub::OnServerStatusChanged(int status) in OnServerStatusChanged() 125 void DhcpServreCallBackStub::OnServerSerExitChanged(const std::string& ifname) in OnServerSerExitChanged() 133 int DhcpServreCallBackStub::RemoteOnServerStatusChanged(uint32_t code, IpcIo *data) in RemoteOnServerStatusChanged() 142 int DhcpServreCallBackStub::RemoteOnServerLeasesChanged(uint32_t code, IpcIo *data) in RemoteOnServerLeasesChanged() 148 int DhcpServreCallBackStub::RemoteOnServerSuccess(uint32_t code, IpcIo *data) in RemoteOnServerSuccess() [all …]
|
H A D | dhcp_server_callback_stub.h | 31 class DhcpServreCallBackStub : public IDhcpServerCallBack { 33 class DhcpServreCallBackStub : public IRemoteStub<IDhcpServerCallBack> { 36 DhcpServreCallBackStub(); 37 virtual ~DhcpServreCallBackStub();
|
H A D | dhcp_server_proxy.cpp | 26 static sptr<DhcpServreCallBackStub> g_dhcpServerCallBackStub = 27 sptr<DhcpServreCallBackStub>(new (std::nothrow)DhcpServreCallBackStub());
|
H A D | dhcp_server_proxy_lite.cpp | 30 static DhcpServreCallBackStub g_dhcpServerCallBackStub;
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpservercbkstub_fuzzer/ |
H A D | dhcpservercbkstub_fuzzer.cpp | 29 std::shared_ptr<DhcpServreCallBackStub> pDhcpServerCbkStub = std::make_shared<DhcpServreCallBackStu…
|