HomeSort by relevance Sort by last modified time
    Searched refs:RegisterProperty (Results 1 - 16 of 16) sorted by null

  /system/connectivity/shill/
property_store_unittest.h 131 // Convenience overloads for RegisterProperty. Normally, we don't overload
133 static void RegisterProperty(
138 static void RegisterProperty(
143 static void RegisterProperty(
148 static void RegisterProperty(
153 static void RegisterProperty(
158 static void RegisterProperty(
163 static void RegisterProperty(
168 static void RegisterProperty(
173 static void RegisterProperty(
    [all...]
property_store_unittest.cc 143 TYPED_TEST(PropertyStoreTypedTest, RegisterProperty) {
148 PropertyStoreTest::RegisterProperty(&store, "some property", &property);
157 PropertyStoreTest::RegisterProperty(&store, "some property", &property);
171 PropertyStoreTest::RegisterProperty(&store, "some property", &property);
181 PropertyStoreTest::RegisterProperty(&store, "some property", &property);
  /system/connectivity/shill/dbus/
chromeos_wimax_network_proxy.cc 53 RegisterProperty(kPropertyIdentifier, &identifier);
54 RegisterProperty(kPropertyName, &name);
55 RegisterProperty(kPropertyType, &type);
56 RegisterProperty(kPropertyCINR, &cinr);
57 RegisterProperty(kPropertyRSSI, &rssi);
58 RegisterProperty(kPropertySignalStrength, &signal_strength);
chromeos_supplicant_process_proxy.cc 52 RegisterProperty(kPropertyDebugLevel, &debug_level);
53 RegisterProperty(kPropertyDebugTimestamp, &debug_timestamp);
54 RegisterProperty(kPropertyDebugShowKeys, &debug_show_keys);
55 RegisterProperty(kPropertyInterfaces, &interfaces);
56 RegisterProperty(kPropertyEapMethods, &eap_methods);
chromeos_supplicant_network_proxy.cc 47 RegisterProperty(kPropertyEnabled, &enabled);
chromeos_wimax_device_proxy.cc 55 RegisterProperty(kPropertyIndex, &index);
56 RegisterProperty(kPropertyName, &name);
57 RegisterProperty(kPropertyNetworks, &networks);
chromeos_supplicant_interface_proxy.cc 54 RegisterProperty(kPropertyDisableHighBitrates, &disable_high_bitrates);
55 RegisterProperty(kPropertyFastReauth, &fast_reauth);
56 RegisterProperty(kPropertyRoamThreshold, &roam_threshold);
57 RegisterProperty(kPropertyScan, &scan);
58 RegisterProperty(kPropertyScanInterval, &scan_interval);
59 RegisterProperty(kPropertySchedScan, &sched_scan);
chromeos_wimax_manager_proxy.cc 52 RegisterProperty(kPropertyDevices, &devices);
chromeos_modem_cdma_proxy.cc 47 RegisterProperty(kPropertyMeid, &meid);
chromeos_modem_gsm_card_proxy.cc 50 RegisterProperty(kPropertyEnabledFacilityLocks, &enabled_facility_locks);
chromeos_modem_gsm_network_proxy.cc 49 RegisterProperty(kPropertyAccessTechnology, &access_technology);
  /external/libbrillo/brillo/dbus/
exported_property_set.cc 39 void ExportedPropertySet::RegisterProperty(
exported_property_set.h 110 void RegisterProperty(const std::string& interface_name,
dbus_object.cc 28 dbus_object_->property_set_.RegisterProperty(
  /external/libchrome/dbus/
property.h 33 // to the PropertySet constructor, and then call RegisterProperty() for each
48 // RegisterProperty("Name", &name);
49 // RegisterProperty("Version", &version);
50 // RegisterProperty("Parent", &parent);
51 // RegisterProperty("Children", &children);
144 // PropertySet::RegisterProperty() passing |this| for |property_set| so
207 // RegisterProperty() for each property defined.
235 void RegisterProperty(const std::string& name, PropertyBase* property);
property.cc 49 void PropertySet::RegisterProperty(const std::string& name,

Completed in 9173 milliseconds