Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp43 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServerServiceImpl");
48 std::mutex DhcpServerServiceImpl::g_instanceLock;
50 std::shared_ptr<DhcpServerServiceImpl> DhcpServerServiceImpl::g_instance = nullptr;
51 std::shared_ptr<DhcpServerServiceImpl> DhcpServerServiceImpl::GetInstance() in GetInstance()
56 std::shared_ptr<DhcpServerServiceImpl> service = std::make_shared<DhcpServerServiceImpl>(); in GetInstance()
63 sptr<DhcpServerServiceImpl> DhcpServerServiceImpl
79 DhcpServerServiceImpl::DhcpServerServiceImpl() DhcpServerServiceImpl() function in OHOS::DHCP::DhcpServerServiceImpl
[all...]
H A Ddhcp_server_feature_lite.cpp30 static std::shared_ptr<DhcpServerServiceImpl> g_dhcpServerServiceImpl = DhcpServerServiceImpl::GetInstance();
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h38 class DhcpServerServiceImpl : class
44 DECLARE_SYSTEM_ABILITY(DhcpServerServiceImpl);
48 DhcpServerServiceImpl();
49 virtual ~DhcpServerServiceImpl();
51 static std::shared_ptr<DhcpServerServiceImpl> GetInstance();
55 static sptr<DhcpServerServiceImpl> GetInstance();
119 static std::shared_ptr<DhcpServerServiceImpl> g_instance;
121 static sptr<DhcpServerServiceImpl> g_instance;
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H A Ddhcpserverimpl_fuzzer.cpp29 sptr<DhcpServerServiceImpl> pDhcpServerServiceImpl = DhcpServerServiceImpl::GetInstance();
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp39 pServerServiceImpl = std::make_unique<OHOS::DHCP::DhcpServerServiceImpl>(); in SetUp()
48 std::unique_ptr<OHOS::DHCP::DhcpServerServiceImpl> pServerServiceImpl;
/foundation/communication/dhcp/test/fuzztest/serverstub_fuzzer/
H A Dserverstub_fuzzer.cpp33 sptr<DhcpServerStub> pDhcpServerStub = DhcpServerServiceImpl::GetInstance();

Completed in 4 milliseconds