Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 43) sorted by relevance

12

/system/connectivity/shill/
Dproperty_store_unittest.h77 bool* storage, Error* error) { in GetProperty()
82 int16_t* storage, Error* error) { in GetProperty()
87 int32_t* storage, Error* error) { in GetProperty()
92 std::string* storage, Error* error) { in GetProperty()
97 Stringmap* storage, Error* error) { in GetProperty()
102 Stringmaps* storage, Error* error) { in GetProperty()
107 Strings* storage, Error* error) { in GetProperty()
112 uint8_t* storage, Error* error) { in GetProperty()
117 uint16_t* storage, Error* error) { in GetProperty()
122 Uint16s* storage, Error* error) { in GetProperty()
[all …]
Ddefault_profile_unittest.cc99 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
134 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
198 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
269 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
362 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
393 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
408 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
416 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
424 unique_ptr<MockStore> storage(new MockStore()); in TEST_F() local
Ddhcp_properties_unittest.cc158 MockStore storage; in TEST_F() local
168 MockStore storage; in TEST_F() local
182 MockStore storage; in TEST_F() local
196 MockStore storage; in TEST_F() local
210 MockStore storage; in TEST_F() local
Dvirtual_device_unittest.cc77 StrictMock<MockStore> storage; in TEST_F() local
83 StrictMock<MockStore> storage; in TEST_F() local
Dservice_unittest.cc401 NiceMock<MockStore> storage; in TEST_F() local
410 NiceMock<MockStore> storage; in TEST_F() local
453 NiceMock<MockStore> storage; in TEST_F() local
528 StrictMock<MockStore> storage; in TEST_F() local
534 NiceMock<MockStore> storage; in TEST_F() local
620 MockStore storage; in TEST_F() local
629 MockStore storage; in TEST_F() local
638 MockStore storage; in TEST_F() local
646 MockStore storage; in TEST_F() local
654 NiceMock<MockStore> storage; in TEST_F() local
[all …]
Ddhcp_properties.cc81 void DhcpProperties::Load(StoreInterface* storage, const string& id) { in Load()
93 void DhcpProperties::Save(StoreInterface* storage, const string& id) const { in Save()
Deap_credentials.cc286 void EapCredentials::Load(StoreInterface* storage, const string& id) { in Load()
337 void EapCredentials::Save(StoreInterface* storage, const string& id, in Save()
Dprofile.cc111 std::unique_ptr<StoreInterface> storage( in InitStorage() local
186 void Profile::set_storage(StoreInterface* storage) { in set_storage()
Dpending_activation_store.cc105 std::unique_ptr<StoreInterface> storage( in InitStorage() local
Dstatic_ip_parameters.cc151 StoreInterface* storage, const string& storage_id) { in Load()
198 StoreInterface* storage, const string& storage_id) { in Save()
Dprofile.h223 StoreInterface* storage() { return storage_.get(); } in storage() function
/system/connectivity/shill/cellular/
Dcellular_service.cc247 bool CellularService::Load(StoreInterface* storage) { in Load()
267 void CellularService::LoadApn(StoreInterface* storage, in LoadApn()
277 bool CellularService::LoadApnField(StoreInterface* storage, in LoadApnField()
291 bool CellularService::Save(StoreInterface* storage) { in Save()
304 void CellularService::SaveApn(StoreInterface* storage, in SaveApn()
313 void CellularService::SaveApnField(StoreInterface* storage, in SaveApnField()
Dcellular_service_unittest.cc417 NiceMock<MockStore> storage; in TEST_F() local
443 NiceMock<MockStore> storage; in TEST_F() local
/system/update_engine/common/
Dprefs.h60 explicit PrefsBase(StorageInterface* storage) : storage_(storage) {} in PrefsBase()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc152 bool PPPoEService::Load(StoreInterface* storage) { in Load()
167 bool PPPoEService::Save(StoreInterface* storage) { in Save()
/system/connectivity/shill/vpn/
Dvpn_service.cc127 bool VPNService::Load(StoreInterface* storage) { in Load()
132 bool VPNService::Save(StoreInterface* storage) { in Save()
Dvpn_driver_unittest.cc193 MockStore storage; in TEST_F() local
240 MockStore storage; in TEST_F() local
269 MockStore storage; in TEST_F() local
Dvpn_driver.cc63 bool VPNDriver::Load(StoreInterface* storage, const string& storage_id) { in Load()
94 bool VPNDriver::Save(StoreInterface* storage, in Save()
Dvpn_provider_unittest.cc257 FakeStore storage; in TEST_F() local
322 FakeStore storage; in TEST_F() local
Dvpn_service_unittest.cc197 NiceMock<MockStore> storage; in TEST_F() local
207 NiceMock<MockStore> storage; in TEST_F() local
216 NiceMock<MockStore> storage; in TEST_F() local
Dvpn_provider.cc95 bool VPNProvider::GetServiceParametersFromStorage(const StoreInterface* storage, in GetServiceParametersFromStorage()
193 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() local
/system/update_engine/
Dmetrics_utils_unittest.cc153 int64_t storage = 0; in TEST() local
Dmetrics_utils.cc289 int64_t* storage, in MonotonicDurationHelper()
/system/connectivity/shill/ethernet/
Dethernet.cc175 bool Ethernet::Load(StoreInterface* storage) { in Load()
194 bool Ethernet::Save(StoreInterface* storage) { in Save()
/system/connectivity/shill/wifi/
Dwifi_provider.cc120 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() local
376 StoreInterface* storage = profile->GetStorage(); in LoadAndFixupServiceEntries() local
639 const StoreInterface* storage, in GetServiceParametersFromStorage()

12