Home
last modified time | relevance | path

Searched refs:PropertyStore (Results 1 – 25 of 48) sorted by relevance

12

/system/connectivity/shill/
Dproperty_store.cc38 static string ObjectID(const PropertyStore* p) { return "(property_store)"; } in ObjectID()
41 PropertyStore::PropertyStore() {} in PropertyStore() function in shill::PropertyStore
43 PropertyStore::PropertyStore(PropertyChangeCallback on_property_changed) : in PropertyStore() function in shill::PropertyStore
46 PropertyStore::~PropertyStore() {} in ~PropertyStore()
48 bool PropertyStore::Contains(const string& prop) const { in Contains()
67 bool PropertyStore::SetAnyProperty(const string& name, in SetAnyProperty()
113 bool PropertyStore::SetProperties(const brillo::VariantDictionary& in, in SetProperties()
123 bool PropertyStore::GetProperties(brillo::VariantDictionary* out, in GetProperties()
238 bool PropertyStore::GetBoolProperty(const string& name, in GetBoolProperty()
244 bool PropertyStore::GetInt16Property(const string& name, in GetInt16Property()
[all …]
Dproperty_store_unittest.h76 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
81 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
86 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
91 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
96 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
101 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
106 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
111 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
116 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
121 static bool GetProperty(const PropertyStore& store, const std::string& name, in GetProperty()
[all …]
Dproperty_store_unittest.cc111 PropertyStore store(Bind(&PropertyStoreTest::TestCallback, in TEST_P()
138 PropertyStore* store, const string& name, Error* error);
144 PropertyStore store(Bind(&PropertyStoreTest::TestCallback, in TYPED_TEST()
153 PropertyStore store(Bind(&PropertyStoreTest::TestCallback, in TYPED_TEST()
167 PropertyStore store(Bind(&PropertyStoreTest::TestCallback, in TYPED_TEST()
177 PropertyStore store(Bind(&PropertyStoreTest::TestCallback, in TYPED_TEST()
192 PropertyStore* store, const string& name, Error* error) { in SetProperty()
198 PropertyStore* store, const string& name, Error* error) { in SetProperty()
204 PropertyStore* store, const string& name, Error* error) { in SetProperty()
210 PropertyStore* store, const string& name, Error* error) { in SetProperty()
[all …]
Ddhcp_properties_unittest.cc62 PropertyStore store; in TEST_F()
87 PropertyStore store; in TEST_F()
97 PropertyStore store; in TEST_F()
106 PropertyStore store; in TEST_F()
116 PropertyStore store; in TEST_F()
127 PropertyStore store; in TEST_F()
137 PropertyStore store; in TEST_F()
148 PropertyStore store; in TEST_F()
Deap_credentials.h34 class PropertyStore; variable
66 void InitPropertyStore(PropertyStore* store);
136 PropertyStore* store,
150 PropertyStore* store,
Dstatic_ip_parameters_unittest.cc90 void ExpectPropertiesWithVersion(PropertyStore* store, in ExpectPropertiesWithVersion()
122 void ExpectProperties(PropertyStore* store, const string& property_prefix) { in ExpectProperties()
134 void SetStaticPropertiesWithVersion(PropertyStore* store, int version) { in SetStaticPropertiesWithVersion()
153 void SetStaticProperties(PropertyStore* store) { in SetStaticProperties()
156 void SetStaticDictPropertiesWithVersion(PropertyStore* store, int version) { in SetStaticDictPropertiesWithVersion()
193 PropertyStore store; in TEST_F()
282 PropertyStore static_params_props; in TEST_F()
327 PropertyStore static_params_props; in TEST_F()
Ddhcp_properties.h30 class PropertyStore; variable
44 void InitPropertyStore(PropertyStore* store);
Dipconfig.h182 PropertyStore* mutable_store() { return &store_; } in mutable_store()
183 const PropertyStore& store() const { return store_; } in store()
245 PropertyStore store_;
Dprofile.h100 PropertyStore* mutable_store() { return &store_; } in mutable_store()
101 const PropertyStore& store() const { return store_; } in store()
255 PropertyStore store_;
Dproperty_store.h36 class PropertyStore {
39 PropertyStore();
40 explicit PropertyStore(PropertyChangeCallback property_change_callback);
41 virtual ~PropertyStore();
309 DISALLOW_COPY_AND_ASSIGN(PropertyStore);
Dproperty_iterator.h51 friend class PropertyStore;
Dmock_manager.h43 MOCK_METHOD0(mutable_store, PropertyStore*());
44 MOCK_CONST_METHOD0(store, const PropertyStore&());
Dmock_property_store.h29 class MockPropertyStore : public PropertyStore {
Deap_credentials.cc184 void EapCredentials::InitPropertyStore(PropertyStore* store) { in InitPropertyStore()
503 PropertyStore* store, in HelpRegisterDerivedString()
514 PropertyStore* store, in HelpRegisterWriteOnlyDerivedString()
Dstatic_ip_parameters.h43 void PlumbPropertyStore(PropertyStore* store);
Ddhcp_properties.cc64 void DhcpProperties::InitPropertyStore(PropertyStore* store) { in InitPropertyStore()
Ddevice.h255 PropertyStore* mutable_store() { return &store_; } in mutable_store()
256 const PropertyStore& store() const { return store_; } in store()
832 PropertyStore store_;
/system/connectivity/shill/dbus/
Dchromeos_dbus_adaptor.h100 static bool SetProperty(PropertyStore* store,
104 static bool GetProperties(const PropertyStore& store,
114 static bool ClearProperty(PropertyStore* store,
Dchromeos_dbus_adaptor.cc57 bool ChromeosDBusAdaptor::SetProperty(PropertyStore* store, in SetProperty()
68 const PropertyStore& store, in GetProperties()
77 bool ChromeosDBusAdaptor::ClearProperty(PropertyStore* store, in ClearProperty()
/system/connectivity/shill/vpn/
Dvpn_driver.h37 class PropertyStore; variable
53 virtual void InitPropertyStore(PropertyStore* store);
Dmock_vpn_driver.h44 MOCK_METHOD1(InitPropertyStore, void(PropertyStore* store));
Dvpn_driver_unittest.cc144 bool GetProviderPropertyString(const PropertyStore& store,
148 bool GetProviderPropertyStrings(const PropertyStore& store,
160 bool VPNDriverTest::GetProviderPropertyString(const PropertyStore& store, in GetProviderPropertyString()
176 bool VPNDriverTest::GetProviderPropertyStrings(const PropertyStore& store, in GetProviderPropertyStrings()
293 PropertyStore store; in TEST_F()
Dthird_party_vpn_driver.h75 void InitPropertyStore(PropertyStore* store) override;
/system/connectivity/shill/wifi/
Dwake_on_wifi.h51 class PropertyStore; variable
192 void InitPropertyStore(PropertyStore* store);
Dwifi.h454 PropertyStore* store,
459 PropertyStore* store,
464 PropertyStore* store,

12