Searched refs:DhcpServerServiceImpl (Results 1 – 6 of 6) sorted by relevance
49 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::DhcpServerServiceImpl85 DhcpServerServiceImpl::~DhcpServerServiceImpl() in ~DhcpServerServiceImpl()88 void DhcpServerServiceImpl::OnStart() in OnStart()104 void DhcpServerServiceImpl::OnStop() in OnStop()[all …]
30 static std::shared_ptr<DhcpServerServiceImpl> g_dhcpServerServiceImpl = DhcpServerServiceImpl::GetI…
38 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;
6 "OHOS::DHCP::DhcpServerServiceImpl::GetInstance()";
33 sptr<DhcpServerStub> pDhcpServerStub = DhcpServerServiceImpl::GetInstance();
39 pServerServiceImpl = std::make_unique<OHOS::DHCP::DhcpServerServiceImpl>(); in SetUp()48 std::unique_ptr<OHOS::DHCP::DhcpServerServiceImpl> pServerServiceImpl;