Home
last modified time | relevance | path

Searched refs:OnServerStatusChanged (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub.cpp90 void DhcpServreCallBackStub::OnServerStatusChanged(int status) in OnServerStatusChanged() function in OHOS::DHCP::DhcpServreCallBackStub
94 callback_->OnServerStatusChanged(status); in OnServerStatusChanged()
127 OnServerStatusChanged(state); in RemoteOnServerStatusChanged()
H A Ddhcp_server_callback_stub_lite.cpp101 void DhcpServreCallBackStub::OnServerStatusChanged(int status) in OnServerStatusChanged() function in OHOS::DHCP::DhcpServreCallBackStub
105 userCallback_->OnServerStatusChanged(status); in OnServerStatusChanged()
138 OnServerStatusChanged(state); in RemoteOnServerStatusChanged()
H A Ddhcp_server_callback_stub.h50 virtual void OnServerStatusChanged(int status) override;
H A Ddhcp_event.cpp208 void DhcpServerCallBack::OnServerStatusChanged(int status) in OnServerStatusChanged() function in DhcpServerCallBack
/ohos5.0/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server_callback.h35 virtual void OnServerStatusChanged(int status) = 0;
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_callback_proxy.h39 void OnServerStatusChanged(int status) override;
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp34 void DhcpServerCallbackProxy::OnServerStatusChanged(int status) in OnServerStatusChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
H A Ddhcp_server_callback_proxy.cpp31 void DhcpServerCallbackProxy::OnServerStatusChanged(int status) in OnServerStatusChanged() function in OHOS::DHCP::DhcpServerCallbackProxy
H A Ddhcp_server_service_impl.cpp251 (iter->second)->OnServerStatusChanged(static_cast<int>(DHCP_SERVER_ON)); in StartDhcpServer()
253 (iter->second)->OnServerStatusChanged(static_cast<int>(DHCP_SERVER_OFF)); in StartDhcpServer()
348 (iter->second)->OnServerStatusChanged(static_cast<int>(DHCP_SERVER_OFF)); in StopDhcpServer()
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h87 void (*OnServerStatusChanged)(int status); member
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h58 void OnServerStatusChanged(int status) override;