Home
last modified time | relevance | path

Searched refs:DhcpClientServiceImpl (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result.cpp33 OHOS::sptr<OHOS::DHCP::DhcpClientServiceImpl> clientImpl = OHOS::DHCP::DhcpClientServiceImpl::GetInstance(); in PublishDhcpIpv4Result()
35 std::shared_ptr<OHOS::DHCP::DhcpClientServiceImpl> clientImpl = OHOS::DHCP::DhcpClientServiceImpl::GetInstance(); in PublishDhcpIpv4Result()
81 OHOS::sptr<OHOS::DHCP::DhcpClientServiceImpl> clientImpl = OHOS::DHCP::DhcpClientServiceImpl::GetInstance(); in DhcpIpv6TimerCallbackEvent()
83 std::shared_ptr<OHOS::DHCP::DhcpClientServiceImpl> clientImpl = OHOS::DHCP::DhcpClientServiceImpl::GetInstance(); in DhcpIpv6TimerCallbackEvent()
H A Ddhcp_client_service_impl.cpp41 DEFINE_DHCPLOG_DHCP_LABEL("DhcpClientServiceImpl");
45 std::mutex DhcpClientServiceImpl::g_instanceLock;
48 std::shared_ptr<DhcpClientServiceImpl> DhcpClientServiceImpl::g_instance = nullptr;
49 std::shared_ptr<DhcpClientServiceImpl> DhcpClientServiceImpl::GetInstance() in GetInstance()
54 std::shared_ptr<DhcpClientServiceImpl> service = std::make_shared<DhcpClientServiceImpl>(); in GetInstance()
61 sptr<DhcpClientServiceImpl> DhcpClientServiceImpl
77 DhcpClientServiceImpl::DhcpClientServiceImpl() DhcpClientServiceImpl() function in OHOS::DHCP::DhcpClientServiceImpl
[all...]
H A Ddhcp_client_feature_lite.cpp28 static std::shared_ptr<DhcpClientServiceImpl> g_dhcpClientServiceImpl = DhcpClientServiceImpl::GetInstance();
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h37 class DhcpClientServiceImpl : public DhcpClientStub { class
39 class DhcpClientServiceImpl : public SystemAbility, public DhcpClientStub {
43 DECLARE_SYSTEM_ABILITY(DhcpClientServiceImpl);
47 DhcpClientServiceImpl();
48 virtual ~DhcpClientServiceImpl();
50 static std::shared_ptr<DhcpClientServiceImpl> GetInstance();
54 static sptr<DhcpClientServiceImpl> GetInstance();
109 static std::shared_ptr<DhcpClientServiceImpl> g_instance;
111 static sptr<DhcpClientServiceImpl> g_instance;
/foundation/communication/dhcp/test/fuzztest/clientstub_fuzzer/
H A Dclientstub_fuzzer.cpp32 sptr<DhcpClientStub> pDhcpClientStub = DhcpClientServiceImpl::GetInstance();
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp39 dhcpClientImpl = std::make_unique<OHOS::DHCP::DhcpClientServiceImpl>(); in SetUp()
48 std::unique_ptr<OHOS::DHCP::DhcpClientServiceImpl> dhcpClientImpl;

Completed in 2 milliseconds