Home
last modified time | relevance | path

Searched refs:IDhcpClientCallBack (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_client_callback.h29 class IDhcpClientCallBack { class
31 class IDhcpClientCallBack : public IRemoteBroker {
34 virtual ~IDhcpClientCallBack() {} in ~IDhcpClientCallBack()
41 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.wifi.IDhcpClientCallBack");
H A Di_dhcp_client.h39 const std::shared_ptr<IDhcpClientCallBack> &callback) = 0;
42 const sptr<IDhcpClientCallBack> &callback) = 0;
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub_lite.h23 class DhcpClientCallBackStub : public IDhcpClientCallBack {
29 void RegisterCallBack(const std::shared_ptr<IDhcpClientCallBack> &callBack);
39 std::shared_ptr<IDhcpClientCallBack> callback_;
H A Ddhcp_client_callback_stub.h27 class DhcpClientCallBackStub : public IRemoteStub<IDhcpClientCallBack> {
34 void RegisterCallBack(const sptr<IDhcpClientCallBack> &callBack);
45 sptr<IDhcpClientCallBack> callback_;
H A Ddhcp_client_impl.h33 const std::shared_ptr<IDhcpClientCallBack> &callback) override;
36 const sptr<IDhcpClientCallBack> &callback) override;
H A Ddhcp_client_proxy.h46 const std::shared_ptr<IDhcpClientCallBack> &callback) override;
48 ErrCode RegisterDhcpClientCallBack(const std::string& ifname, const sptr<IDhcpClientCallBack> &callback) override;
H A Ddhcp_client_impl.cpp117 const std::shared_ptr<IDhcpClientCallBack> &callback) in RegisterDhcpClientCallBack()
120 const sptr<IDhcpClientCallBack> &callback) in RegisterDhcpClientCallBack()
H A Ddhcp_client_callback_stub_lite.cpp86 void DhcpClientCallBackStub::RegisterCallBack(const std::shared_ptr<IDhcpClientCallBack> &callBack) in RegisterCallBack()
H A Ddhcp_client_proxy_lite.cpp87 const std::shared_ptr<IDhcpClientCallBack> &callback) in RegisterDhcpClientCallBack()
H A Ddhcp_client_callback_stub.cpp68 void DhcpClientCallBackStub::RegisterCallBack(const sptr<IDhcpClientCallBack> &callBack) in RegisterCallBack()
H A Ddhcp_client_proxy.cpp97 const sptr<IDhcpClientCallBack> &callback) in RegisterDhcpClientCallBack()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h60 ErrCode RegisterDhcpClientCallBack(const std::string& ifname, const std::shared_ptr<IDhcpClientCallBack> &clientCallback) override;
62 ErrCode RegisterDhcpClientCallBack(const std::string& ifname, const sptr<IDhcpClientCallBack> &clientCallback) override;
98 std::map<std::string, std::shared_ptr<IDhcpClientCallBack>> m_mapClientCallBack;
100 std::map<std::string, sptr<IDhcpClientCallBack>> m_mapClientCallBack;
H A Ddhcp_client_callback_proxy.h32 class DhcpClientCallbackProxy : public IDhcpClientCallBack {
39 class DhcpClientCallbackProxy : public IRemoteProxy<IDhcpClientCallBack> {
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_client.h29 const std::shared_ptr<IDhcpClientCallBack> &callback) = 0;
32 const sptr<IDhcpClientCallBack> &callback) = 0;
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp120 sptr<IDhcpClientCallBack> callback_ = iface_cast<IDhcpClientCallBack>(remote); in OnRegisterCallBack()
H A Ddhcp_client_callback_proxy.cpp23 DhcpClientCallbackProxy::DhcpClientCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDhcpClientCallBack>(impl) in DhcpClientCallbackProxy()
H A Ddhcp_client_service_impl.cpp210 const std::shared_ptr<IDhcpClientCallBack> &clientCallback) in RegisterDhcpClientCallBack()
213 const sptr<IDhcpClientCallBack> &clientCallback) in RegisterDhcpClientCallBack()
231 std::shared_ptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack()
233 sptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack()
H A Ddhcp_client_stub_lite.cpp103 std::shared_ptr<IDhcpClientCallBack> callback_ = std::make_shared<DhcpClientCallbackProxy>(&sid); in OnRegisterCallBack()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h32 class DhcpClientCallBack : public OHOS::DHCP::IDhcpClientCallBack {
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp227 sptr<IDhcpClientCallBack> mclientCallback; in HWTEST_F()

Completed in 9 milliseconds