Home
last modified time | relevance | path

Searched refs:StoreInterface (Results 1 – 25 of 60) sorted by relevance

123

/system/connectivity/shill/
Dprofile.h45 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_;
Dmock_service.h66 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);
Dstore_factory.h28 class StoreInterface; variable
35 StoreInterface* CreateStore(const base::FilePath& path);
Dmock_dhcp_properties.h31 MOCK_CONST_METHOD2(Save, void(StoreInterface* store, const std::string& id));
32 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
Ddhcp_properties.h31 class StoreInterface; variable
47 virtual void Load(StoreInterface* store, const std::string& id);
50 virtual void Save(StoreInterface* store, const std::string& id) const;
Deap_credentials.h35 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,
Dvirtual_device.h48 bool Load(StoreInterface* storage) override;
49 bool Save(StoreInterface* storage) override;
Dmock_eap_credentials.h37 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
45 StoreInterface* store, const std::string& id, bool save_credentials));
Dpending_activation_store.h28 class StoreInterface; variable
105 std::unique_ptr<StoreInterface> storage_;
Dmock_profile.h49 MOCK_METHOD0(GetStorage, StoreInterface*());
50 MOCK_CONST_METHOD0(GetConstStorage, const StoreInterface*());
Dstatic_ip_parameters.h31 class StoreInterface; variable
46 void Load(StoreInterface* storage, const std::string& storage_id);
49 void Save(StoreInterface* storage, const std::string& storage_id);
Dvirtual_device.cc50 bool VirtualDevice::Load(StoreInterface* /*storage*/) { in Load() argument
55 bool VirtualDevice::Save(StoreInterface* /*storage*/) { in Save() argument
Dmock_device.h56 MOCK_METHOD1(Load, bool(StoreInterface* storage));
57 MOCK_METHOD1(Save, bool(StoreInterface* storage));
Dstore_interface.h29 class StoreInterface {
31 virtual ~StoreInterface() {} in ~StoreInterface()
Dstore_factory.cc41 StoreInterface* StoreFactory::CreateStore(const base::FilePath& path) { in CreateStore()
/system/connectivity/shill/cellular/
Dcellular_service.h115 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,
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()
/system/connectivity/shill/pppoe/
Dpppoe_service.h40 class StoreInterface; variable
59 bool Load(StoreInterface* storage) override;
60 bool Save(StoreInterface* storage) override;
/system/connectivity/shill/vpn/
Dmock_vpn_driver.h38 MOCK_METHOD2(Load, bool(StoreInterface* storage,
40 MOCK_METHOD3(Save, bool(StoreInterface* storage,
Dvpn_driver.h38 class StoreInterface; variable
55 virtual bool Load(StoreInterface* storage, const std::string& storage_id);
56 virtual bool Save(StoreInterface* storage,
Dvpn_service.h46 bool Load(StoreInterface* storage) override;
47 bool Save(StoreInterface* storage) override;
Dvpn_provider.h37 class StoreInterface; variable
121 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
/system/connectivity/shill/ethernet/
Dethernet.h41 class StoreInterface; variable
72 bool Load(StoreInterface* storage) override;
73 bool Save(StoreInterface* storage) override;
/system/connectivity/shill/wifi/
Dwifi_service.h92 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;
Dwifi_provider.h42 class StoreInterface; variable
123 virtual bool Save(StoreInterface* storage) const;
212 static bool GetServiceParametersFromStorage(const StoreInterface* storage,

123