Home
last modified time | relevance | path

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

/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp108 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::GetInstance(DHCP_SERVER_ABILITY_ID); in GetDhcpClientInfos()
288 dhcpServerPtr = OHOS::DHCP::DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID); in UpdateLeasesTime()
[all...]
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_sdk_define.h24 #define DHCP_SERVER_ABILITY_ID 1127 macro
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp23 std::shared_ptr<DhcpServer> dhcpServer = DhcpServer::GetInstance(DHCP_SERVER_ABILITY_ID);
/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h73 #define DHCP_SERVER_ABILITY_ID 1127 macro
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp81 : SystemAbility(DHCP_SERVER_ABILITY_ID, true), mPublishFlag(false), in DhcpServerServiceImpl()
151 int result = serviceManager->AddSystemAbility(DHCP_SERVER_ABILITY_ID, serverServiceImpl); in StartServiceAbility()

Completed in 4 milliseconds