HomeSort by relevance Sort by last modified time
    Searched refs:StoreInterface (Results 26 - 50 of 60) sorted by null

12 3

  /system/connectivity/shill/wifi/
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;
wifi_provider.h 42 class StoreInterface;
123 virtual bool Save(StoreInterface* storage) const;
212 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
wifi_service.cc 334 const StoreInterface& storage) const {
350 bool WiFiService::IsLoadableFrom(const StoreInterface& storage) const {
361 bool WiFiService::Load(StoreInterface* storage) {
403 bool WiFiService::Save(StoreInterface* storage) {
    [all...]
  /system/connectivity/shill/cellular/
cellular_service.cc 247 bool CellularService::Load(StoreInterface* storage) {
267 void CellularService::LoadApn(StoreInterface* storage,
277 bool CellularService::LoadApnField(StoreInterface* storage,
291 bool CellularService::Save(StoreInterface* storage) {
304 void CellularService::SaveApn(StoreInterface* storage,
313 void CellularService::SaveApnField(StoreInterface* storage,
  /system/connectivity/shill/
dhcp_properties.cc 81 void DhcpProperties::Load(StoreInterface* storage, const string& id) {
93 void DhcpProperties::Save(StoreInterface* storage, const string& id) const {
service.h 65 class StoreInterface;
273 const StoreInterface& storage) const;
276 virtual bool IsLoadableFrom(const StoreInterface& storage) const;
282 virtual bool Load(StoreInterface* storage);
294 virtual bool Save(StoreInterface* storage);
516 static void LoadString(StoreInterface* storage,
525 static void SaveString(StoreInterface* storage,
    [all...]
fake_store.h 31 // A Fake implementation of StoreInterface. Useful when a unit test
33 // of StoreInterface, and b) the FooClass test needs a functional
35 class FakeStore : public StoreInterface {
39 // Inherited from StoreInterface.
mock_store.h 32 class MockStore : public StoreInterface {
pending_activation_store.cc 105 std::unique_ptr<StoreInterface> storage(
stub_storage.h 28 // A stub implementation of StoreInterface.
29 class StubStorage : public StoreInterface {
json_store.h 33 class JsonStore : public StoreInterface {
37 // need one of StoreInterface implementations are expected to
40 // Inherited from StoreInterface.
key_file_store.h 36 class KeyFileStore : public StoreInterface {
41 // Inherited from StoreInterface.
mock_manager.h 91 MOCK_CONST_METHOD1(IsDefaultProfile, bool(const StoreInterface* storage));
service.cc 509 const StoreInterface& storage) const {
513 bool Service::IsLoadableFrom(const StoreInterface& storage) const {
517 bool Service::Load(StoreInterface* storage) {
605 bool Service::Save(StoreInterface* storage) {
    [all...]
eap_credentials.cc 286 void EapCredentials::Load(StoreInterface* storage, const string& id) {
337 void EapCredentials::Save(StoreInterface* storage, const string& id,
profile.cc 111 std::unique_ptr<StoreInterface> storage(
186 void Profile::set_storage(StoreInterface* storage) {
static_ip_parameters.cc 151 StoreInterface* storage, const string& storage_id) {
198 StoreInterface* storage, const string& storage_id) {
  /system/connectivity/shill/vpn/
third_party_vpn_driver.h 82 bool Load(StoreInterface* storage, const std::string& storage_id) override;
83 bool Save(StoreInterface* storage, const std::string& storage_id,
vpn_service.cc 127 bool VPNService::Load(StoreInterface* storage) {
132 bool VPNService::Save(StoreInterface* storage) {
vpn_driver.cc 63 bool VPNDriver::Load(StoreInterface* storage, const string& storage_id) {
94 bool VPNDriver::Save(StoreInterface* storage,
vpn_provider.cc 95 bool VPNProvider::GetServiceParametersFromStorage(const StoreInterface* storage,
193 const StoreInterface* storage = profile->GetConstStorage();
  /system/connectivity/shill/wimax/
wimax_provider.h 39 class StoreInterface;
142 static bool GetServiceParametersFromStorage(const StoreInterface* storage,
wimax_service.h 91 bool Save(StoreInterface* storage) override;
  /system/connectivity/shill/pppoe/
pppoe_service.cc 152 bool PPPoEService::Load(StoreInterface* storage) {
167 bool PPPoEService::Save(StoreInterface* storage) {
  /system/connectivity/shill/ethernet/
ethernet.cc 175 bool Ethernet::Load(StoreInterface* storage) {
194 bool Ethernet::Save(StoreInterface* storage) {

Completed in 290 milliseconds

12 3