Searched refs:DhcpClientImpl (Results 1 – 3 of 3) sorted by relevance
38 DhcpClientImpl::DhcpClientImpl() : systemAbilityId_(0), client_(nullptr) in DhcpClientImpl() function in OHOS::DHCP::DhcpClientImpl43 DhcpClientImpl::~DhcpClientImpl() in ~DhcpClientImpl()51 bool DhcpClientImpl::Init(int systemAbilityId) in Init()73 bool DhcpClientImpl::GetDhcpClientProxy() in GetDhcpClientProxy()110 bool DhcpClientImpl::IsRemoteDied(void) in IsRemoteDied()116 ErrCode DhcpClientImpl::RegisterDhcpClientCallBack(const std::string& ifname, in RegisterDhcpClientCallBack()119 ErrCode DhcpClientImpl::RegisterDhcpClientCallBack(const std::string& ifname, in RegisterDhcpClientCallBack()128 ErrCode DhcpClientImpl::StartDhcpClient(const std::string& ifname, bool bIpv6) in StartDhcpClient()135 ErrCode DhcpClientImpl::SetConfiguration(const std::string& ifname, const RouterConfig& config) in SetConfiguration()142 ErrCode DhcpClientImpl::StopDhcpClient(const std::string& ifname, bool bIpv6) in StopDhcpClient()
26 std::shared_ptr<DhcpClientImpl> pImpl = DelayedSingleton<DhcpClientImpl>::GetInstance(); in GetInstance()
26 class DhcpClientImpl : public DhcpClient {27 DECLARE_DELAYED_SINGLETON(DhcpClientImpl);