/system/connectivity/shill/ |
D | profile.h | 45 class StoreInterface; variable 105 void set_storage(StoreInterface* storage); 201 virtual StoreInterface* GetStorage() { in GetStorage() 206 virtual const StoreInterface* GetConstStorage() const { in GetConstStorage() 223 StoreInterface* storage() { return storage_.get(); } in storage() 261 std::unique_ptr<StoreInterface> storage_;
|
D | mock_service.h | 66 std::string(const StoreInterface& store_interface)); 67 MOCK_METHOD1(Load, bool(StoreInterface* store_interface)); 69 MOCK_METHOD1(Save, bool(StoreInterface* store_interface)); 94 bool FauxSave(StoreInterface* store);
|
D | store_factory.h | 28 class StoreInterface; variable 35 StoreInterface* CreateStore(const base::FilePath& path);
|
D | mock_dhcp_properties.h | 31 MOCK_CONST_METHOD2(Save, void(StoreInterface* store, const std::string& id)); 32 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
|
D | dhcp_properties.h | 31 class StoreInterface; variable 47 virtual void Load(StoreInterface* store, const std::string& id); 50 virtual void Save(StoreInterface* store, const std::string& id) const;
|
D | eap_credentials.h | 35 class StoreInterface; variable 80 virtual void Load(StoreInterface* store, const std::string& id); 102 virtual void Save(StoreInterface* store, const std::string& id, 159 static void SaveString(StoreInterface* storage,
|
D | virtual_device.h | 48 bool Load(StoreInterface* storage) override; 49 bool Save(StoreInterface* storage) override;
|
D | mock_eap_credentials.h | 37 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id)); 45 StoreInterface* store, const std::string& id, bool save_credentials));
|
D | pending_activation_store.h | 28 class StoreInterface; variable 105 std::unique_ptr<StoreInterface> storage_;
|
D | mock_profile.h | 49 MOCK_METHOD0(GetStorage, StoreInterface*()); 50 MOCK_CONST_METHOD0(GetConstStorage, const StoreInterface*());
|
D | static_ip_parameters.h | 31 class StoreInterface; variable 46 void Load(StoreInterface* storage, const std::string& storage_id); 49 void Save(StoreInterface* storage, const std::string& storage_id);
|
D | virtual_device.cc | 50 bool VirtualDevice::Load(StoreInterface* /*storage*/) { in Load() argument 55 bool VirtualDevice::Save(StoreInterface* /*storage*/) { in Save() argument
|
D | mock_device.h | 56 MOCK_METHOD1(Load, bool(StoreInterface* storage)); 57 MOCK_METHOD1(Save, bool(StoreInterface* storage));
|
D | store_interface.h | 29 class StoreInterface { 31 virtual ~StoreInterface() {} in ~StoreInterface()
|
D | store_factory.cc | 41 StoreInterface* StoreFactory::CreateStore(const base::FilePath& path) { in CreateStore()
|
/system/connectivity/shill/cellular/ |
D | cellular_service.h | 115 bool Load(StoreInterface* storage) override; 116 bool Save(StoreInterface* storage) override; 188 static void SaveApn(StoreInterface* storage, 192 static void SaveApnField(StoreInterface* storage, 197 static void LoadApn(StoreInterface* storage, 201 static bool LoadApnField(StoreInterface* storage,
|
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()
|
/system/connectivity/shill/pppoe/ |
D | pppoe_service.h | 40 class StoreInterface; variable 59 bool Load(StoreInterface* storage) override; 60 bool Save(StoreInterface* storage) override;
|
/system/connectivity/shill/vpn/ |
D | mock_vpn_driver.h | 38 MOCK_METHOD2(Load, bool(StoreInterface* storage, 40 MOCK_METHOD3(Save, bool(StoreInterface* storage,
|
D | vpn_driver.h | 38 class StoreInterface; variable 55 virtual bool Load(StoreInterface* storage, const std::string& storage_id); 56 virtual bool Save(StoreInterface* storage,
|
D | vpn_service.h | 46 bool Load(StoreInterface* storage) override; 47 bool Save(StoreInterface* storage) override;
|
D | vpn_provider.h | 37 class StoreInterface; variable 121 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
|
/system/connectivity/shill/ethernet/ |
D | ethernet.h | 41 class StoreInterface; variable 72 bool Load(StoreInterface* storage) override; 73 bool Save(StoreInterface* storage) override;
|
/system/connectivity/shill/wifi/ |
D | wifi_service.h | 92 static bool FixupServiceEntries(StoreInterface* storage); 118 const StoreInterface& storage) const override; 119 bool IsLoadableFrom(const StoreInterface& storage) const override; 123 bool Load(StoreInterface* storage) override; 124 bool Save(StoreInterface* storage) override;
|
D | wifi_provider.h | 42 class StoreInterface; variable 123 virtual bool Save(StoreInterface* storage) const; 212 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
|