Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Dshill_ipconfig_client.cc24 class ShillIPConfigClientImpl : public ShillIPConfigClient { class
26 ShillIPConfigClientImpl();
82 DISALLOW_COPY_AND_ASSIGN(ShillIPConfigClientImpl);
85 ShillIPConfigClientImpl::ShillIPConfigClientImpl() in ShillIPConfigClientImpl() function in chromeos::__anon37f3db7d0111::ShillIPConfigClientImpl
90 void ShillIPConfigClientImpl::GetProperties( in GetProperties()
98 void ShillIPConfigClientImpl::Refresh( in Refresh()
106 void ShillIPConfigClientImpl::SetProperty( in SetProperty()
148 void ShillIPConfigClientImpl::ClearProperty( in ClearProperty()
159 void ShillIPConfigClientImpl::Remove( in Remove()
175 return new ShillIPConfigClientImpl(); in Create()