/system/connectivity/shill/ |
D | property_store.cc | 38 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 …]
|
D | property_store_unittest.h | 76 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 …]
|
D | property_store_unittest.cc | 111 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 …]
|
D | dhcp_properties_unittest.cc | 62 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()
|
D | eap_credentials.h | 34 class PropertyStore; variable 66 void InitPropertyStore(PropertyStore* store); 136 PropertyStore* store, 150 PropertyStore* store,
|
D | static_ip_parameters_unittest.cc | 90 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()
|
D | dhcp_properties.h | 30 class PropertyStore; variable 44 void InitPropertyStore(PropertyStore* store);
|
D | ipconfig.h | 182 PropertyStore* mutable_store() { return &store_; } in mutable_store() 183 const PropertyStore& store() const { return store_; } in store() 245 PropertyStore store_;
|
D | profile.h | 100 PropertyStore* mutable_store() { return &store_; } in mutable_store() 101 const PropertyStore& store() const { return store_; } in store() 255 PropertyStore store_;
|
D | property_store.h | 36 class PropertyStore { 39 PropertyStore(); 40 explicit PropertyStore(PropertyChangeCallback property_change_callback); 41 virtual ~PropertyStore(); 309 DISALLOW_COPY_AND_ASSIGN(PropertyStore);
|
D | property_iterator.h | 51 friend class PropertyStore;
|
D | mock_manager.h | 43 MOCK_METHOD0(mutable_store, PropertyStore*()); 44 MOCK_CONST_METHOD0(store, const PropertyStore&());
|
D | mock_property_store.h | 29 class MockPropertyStore : public PropertyStore {
|
D | eap_credentials.cc | 184 void EapCredentials::InitPropertyStore(PropertyStore* store) { in InitPropertyStore() 503 PropertyStore* store, in HelpRegisterDerivedString() 514 PropertyStore* store, in HelpRegisterWriteOnlyDerivedString()
|
D | static_ip_parameters.h | 43 void PlumbPropertyStore(PropertyStore* store);
|
D | dhcp_properties.cc | 64 void DhcpProperties::InitPropertyStore(PropertyStore* store) { in InitPropertyStore()
|
D | device.h | 255 PropertyStore* mutable_store() { return &store_; } in mutable_store() 256 const PropertyStore& store() const { return store_; } in store() 832 PropertyStore store_;
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_adaptor.h | 100 static bool SetProperty(PropertyStore* store, 104 static bool GetProperties(const PropertyStore& store, 114 static bool ClearProperty(PropertyStore* store,
|
D | chromeos_dbus_adaptor.cc | 57 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/ |
D | vpn_driver.h | 37 class PropertyStore; variable 53 virtual void InitPropertyStore(PropertyStore* store);
|
D | mock_vpn_driver.h | 44 MOCK_METHOD1(InitPropertyStore, void(PropertyStore* store));
|
D | vpn_driver_unittest.cc | 144 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()
|
D | third_party_vpn_driver.h | 75 void InitPropertyStore(PropertyStore* store) override;
|
/system/connectivity/shill/wifi/ |
D | wake_on_wifi.h | 51 class PropertyStore; variable 192 void InitPropertyStore(PropertyStore* store);
|
D | wifi.h | 454 PropertyStore* store, 459 PropertyStore* store, 464 PropertyStore* store,
|