Home
last modified time | relevance | path

Searched refs:DHCP_CLIENT_ABILITY_ID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_sdk_define.h23 #define DHCP_CLIENT_ABILITY_ID 1126 macro
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclient_fuzzer/
H A Ddhcpclient_fuzzer.cpp22 std::shared_ptr<DhcpClient> dhcpClient = DhcpClient::GetInstance(DHCP_CLIENT_ABILITY_ID);
/ohos5.0/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h72 #define DHCP_CLIENT_ABILITY_ID 1126 macro
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp78 : SystemAbility(DHCP_CLIENT_ABILITY_ID, true), mPublishFlag(false), in DhcpClientServiceImpl()
178 int result = serviceManager->AddSystemAbility(DHCP_CLIENT_ABILITY_ID, clientServiceImpl); in StartServiceAbility()
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp42 dhcpClientPtr = OHOS::DHCP::DhcpClient::GetInstance(DHCP_CLIENT_ABILITY_ID); in RegisterDhcpClientCallBack()