Searched defs:Load (Results 1 - 16 of 16) sorted by relevance

/system/connectivity/shill/
H A Ddhcp_properties.cc81 void DhcpProperties::Load(StoreInterface* storage, const string& id) { function in class:shill::DhcpProperties
H A Dstatic_ip_parameters.cc150 void StaticIPParameters::Load( function in class:shill::StaticIPParameters
H A Dvirtual_device.cc50 bool VirtualDevice::Load(StoreInterface* /*storage*/) { function in class:shill::VirtualDevice
H A Deap_credentials.cc286 void EapCredentials::Load(StoreInterface* storage, const string& id) { function in class:shill::EapCredentials
H A Dservice.cc517 bool Service::Load(StoreInterface* storage) { function in class:shill::Service
552 static_ip_parameters_.Load(storage, id);
558 mutable_eap()->Load(storage, id);
569 dhcp_properties_->Load(storage, id);
H A Ddevice.cc461 bool Device::Load(StoreInterface* storage) { function in class:shill::Device
/system/connectivity/shill/vpn/
H A Dvpn_driver.cc63 bool VPNDriver::Load(StoreInterface* storage, const string& storage_id) { function in class:shill::VPNDriver
H A Dvpn_service.cc127 bool VPNService::Load(StoreInterface* storage) { function in class:shill::VPNService
128 return Service::Load(storage) &&
129 driver_->Load(storage, GetStorageIdentifier());
H A Dthird_party_vpn_driver.cc116 bool ThirdPartyVpnDriver::Load(StoreInterface* storage, function in class:shill::ThirdPartyVpnDriver
118 bool return_value = VPNDriver::Load(storage, storage_id);
/system/connectivity/shill/pppoe/
H A Dpppoe_service.cc152 bool PPPoEService::Load(StoreInterface* storage) { function in class:shill::PPPoEService
153 if (!Service::Load(storage)) {
/system/connectivity/shill/ethernet/
H A Dethernet.cc175 bool Ethernet::Load(StoreInterface* storage) { function in class:shill::Ethernet
191 return Device::Load(storage);
/system/extras/simpleperf/
H A Ddso.cpp162 if (!Load()) {
194 bool Dso::Load() { function in class:Dso
/system/connectivity/shill/cellular/
H A Dcellular_service.cc247 bool CellularService::Load(StoreInterface* storage) { function in class:shill::CellularService
248 // Load properties common to all Services.
249 if (!Service::Load(storage))
H A Dcellular.cc158 bool Cellular::Load(StoreInterface* storage) { function in class:shill::Cellular
165 return Device::Load(storage);
/system/connectivity/shill/wifi/
H A Dwifi_service.cc361 bool WiFiService::Load(StoreInterface* storage) { function in class:shill::WiFiService
370 // Load properties common to all Services.
371 if (!Service::Load(storage)) {
375 // Load properties specific to WiFi services.
379 // Load() as they are provided from the scan.
384 SLOG(this, 3) << "Loaded passphrase in WiFiService::Load.";
/system/tpm/trunks/
H A Dtpm_generated.cc11948 void Tpm::Load( function in class:trunks::Tpm
[all...]

Completed in 2333 milliseconds