Searched refs:OnStartDhcpServer (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_stub_lite.h | 36 int OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply);
|
H A D | dhcp_server_stub.h | 45 int OnStartDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_stub.cpp | 41 return OnStartDhcpServer(code, data, reply, option); in InitHandleMap() 133 int DhcpServerStub::OnStartDhcpServer(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnStartDhcpServer() function in OHOS::DHCP::DhcpServerStub 135 DHCP_LOGI("OnStartDhcpServer\n"); in OnStartDhcpServer()
|
H A D | dhcp_server_stub_lite.cpp | 71 ret = OnStartDhcpServer(code, req, reply); in OnRemoteRequest() 110 int DhcpServerStub::OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStartDhcpServer() function in OHOS::DHCP::DhcpServerStub 112 DHCP_LOGI("OnStartDhcpServer\n"); in OnStartDhcpServer()
|
Completed in 3 milliseconds