/system/connectivity/shill/ |
D | property_store_unittest.h | 77 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 …]
|
D | default_profile_unittest.cc | 99 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
|
D | dhcp_properties_unittest.cc | 158 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
|
D | virtual_device_unittest.cc | 77 StrictMock<MockStore> storage; in TEST_F() local 83 StrictMock<MockStore> storage; in TEST_F() local
|
D | service_unittest.cc | 401 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 …]
|
D | dhcp_properties.cc | 81 void DhcpProperties::Load(StoreInterface* storage, const string& id) { in Load() 93 void DhcpProperties::Save(StoreInterface* storage, const string& id) const { in Save()
|
D | eap_credentials.cc | 286 void EapCredentials::Load(StoreInterface* storage, const string& id) { in Load() 337 void EapCredentials::Save(StoreInterface* storage, const string& id, in Save()
|
D | profile.cc | 111 std::unique_ptr<StoreInterface> storage( in InitStorage() local 186 void Profile::set_storage(StoreInterface* storage) { in set_storage()
|
D | pending_activation_store.cc | 105 std::unique_ptr<StoreInterface> storage( in InitStorage() local
|
D | static_ip_parameters.cc | 151 StoreInterface* storage, const string& storage_id) { in Load() 198 StoreInterface* storage, const string& storage_id) { in Save()
|
D | profile.h | 223 StoreInterface* storage() { return storage_.get(); } in storage() function
|
/system/connectivity/shill/cellular/ |
D | cellular_service.cc | 247 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()
|
D | cellular_service_unittest.cc | 417 NiceMock<MockStore> storage; in TEST_F() local 443 NiceMock<MockStore> storage; in TEST_F() local
|
/system/update_engine/common/ |
D | prefs.h | 60 explicit PrefsBase(StorageInterface* storage) : storage_(storage) {} in PrefsBase()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.cc | 152 bool PPPoEService::Load(StoreInterface* storage) { in Load() 167 bool PPPoEService::Save(StoreInterface* storage) { in Save()
|
/system/connectivity/shill/vpn/ |
D | vpn_service.cc | 127 bool VPNService::Load(StoreInterface* storage) { in Load() 132 bool VPNService::Save(StoreInterface* storage) { in Save()
|
D | vpn_driver_unittest.cc | 193 MockStore storage; in TEST_F() local 240 MockStore storage; in TEST_F() local 269 MockStore storage; in TEST_F() local
|
D | vpn_driver.cc | 63 bool VPNDriver::Load(StoreInterface* storage, const string& storage_id) { in Load() 94 bool VPNDriver::Save(StoreInterface* storage, in Save()
|
D | vpn_provider_unittest.cc | 257 FakeStore storage; in TEST_F() local 322 FakeStore storage; in TEST_F() local
|
D | vpn_service_unittest.cc | 197 NiceMock<MockStore> storage; in TEST_F() local 207 NiceMock<MockStore> storage; in TEST_F() local 216 NiceMock<MockStore> storage; in TEST_F() local
|
D | vpn_provider.cc | 95 bool VPNProvider::GetServiceParametersFromStorage(const StoreInterface* storage, in GetServiceParametersFromStorage() 193 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() local
|
/system/update_engine/ |
D | metrics_utils_unittest.cc | 153 int64_t storage = 0; in TEST() local
|
D | metrics_utils.cc | 289 int64_t* storage, in MonotonicDurationHelper()
|
/system/connectivity/shill/ethernet/ |
D | ethernet.cc | 175 bool Ethernet::Load(StoreInterface* storage) { in Load() 194 bool Ethernet::Save(StoreInterface* storage) { in Save()
|
/system/connectivity/shill/wifi/ |
D | wifi_provider.cc | 120 const StoreInterface* storage = profile->GetConstStorage(); in CreateServicesFromProfile() local 376 StoreInterface* storage = profile->GetStorage(); in LoadAndFixupServiceEntries() local 639 const StoreInterface* storage, in GetServiceParametersFromStorage()
|