Home
last modified time | relevance | path

Searched refs:DhcpServer (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server.cpp20 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServer");
24 NO_SANITIZE("cfi") std::shared_ptr<DhcpServer> DhcpServer::GetInstance(int systemAbilityId) in GetInstance()
35 NO_SANITIZE("cfi") DhcpServer::~DhcpServer() in ~DhcpServer()
37 DHCP_LOGI("~DhcpServer()"); in ~DhcpServer()
H A Ddhcp_server_impl.h27 class DhcpServerImpl : public DhcpServer {
/foundation/communication/dhcp/interfaces/inner_api/
H A Ddhcp_server.h23 class DhcpServer { class
25 static std::shared_ptr<DhcpServer> GetInstance(int systemAbilityId);
26 virtual ~DhcpServer();
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp27 std::shared_ptr<OHOS::DHCP::DhcpServer> dhcpServerPtr = nullptr;
108 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in RegisterDhcpServerCallBack()
128 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in StartDhcpServer()
138 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in StopDhcpServer()
159 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in SetDhcpRange()
176 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in SetDhcpName()
187 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in PutDhcpRange()
204 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in RemoveAllDhcpRange()
214 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in RemoveDhcpRange()
270 dhcpServerPtr = OHOS::DHCP::DhcpServer in GetDhcpClientInfos()
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp23 std::shared_ptr<DhcpServer> dhcpServer = DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID);

Completed in 2 milliseconds