Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp49 std::shared_ptr<DhcpServerServiceImpl> DhcpServerServiceImpl::g_instance = nullptr;
50 std::shared_ptr<DhcpServerServiceImpl> DhcpServerServiceImpl::GetInstance() in GetInstance()
55 … std::shared_ptr<DhcpServerServiceImpl> service = std::make_shared<DhcpServerServiceImpl>(); in GetInstance()
62 sptr<DhcpServerServiceImpl> DhcpServerServiceImpl::g_instance;
65 sptr<DhcpServerServiceImpl> DhcpServerServiceImpl::GetInstance() in GetInstance()
70 sptr<DhcpServerServiceImpl> service = new (std::nothrow) DhcpServerServiceImpl; in GetInstance()
78 DhcpServerServiceImpl::DhcpServerServiceImpl() in DhcpServerServiceImpl() function in OHOS::DHCP::DhcpServerServiceImpl
85 DhcpServerServiceImpl::~DhcpServerServiceImpl() in ~DhcpServerServiceImpl()
88 void DhcpServerServiceImpl::OnStart() in OnStart()
104 void DhcpServerServiceImpl::OnStop() in OnStop()
[all …]
H A Ddhcp_server_feature_lite.cpp30 static std::shared_ptr<DhcpServerServiceImpl> g_dhcpServerServiceImpl = DhcpServerServiceImpl::GetI…
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h38 class DhcpServerServiceImpl :
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;
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/
H A Dlibdhcp_server.map6 "OHOS::DHCP::DhcpServerServiceImpl::GetInstance()";
/ohos5.0/foundation/communication/dhcp/test/fuzztest/serverstub_fuzzer/
H A Dserverstub_fuzzer.cpp33 sptr<DhcpServerStub> pDhcpServerStub = DhcpServerServiceImpl::GetInstance();
/ohos5.0/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;