HomeSort by relevance Sort by last modified time
    Searched full:registerproperty (Results 1 - 9 of 9) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 66 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
  /external/libchrome/dbus/
property.h 34 // to the PropertySet constructor, and then call RegisterProperty() for each
49 // RegisterProperty("Name", &name);
50 // RegisterProperty("Version", &version);
51 // RegisterProperty("Parent", &parent);
52 // RegisterProperty("Children", &children);
145 // PropertySet::RegisterProperty() passing |this| for |property_set| so
208 // RegisterProperty() for each property defined.
236 void RegisterProperty(const std::string& name, PropertyBase* property);
object_manager.h 49 // RegisterProperty("Name", &name);
50 // RegisterProperty("Version", &version);
51 // RegisterProperty("Parent", &parent);
52 // RegisterProperty("Children", &children);
property.cc 51 void PropertySet::RegisterProperty(const std::string& name,
  /external/libbrillo/brillo/dbus/
exported_property_set.cc 39 void ExportedPropertySet::RegisterProperty(
dbus_object.cc 28 dbus_object_->property_set_.RegisterProperty(
exported_property_set.h 110 void RegisterProperty(const std::string& interface_name,
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehiclePropertyStore.cpp 38 void VehiclePropertyStore::registerProperty(const VehiclePropConfig& config,
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.cpp 101 mPropStore->registerProperty(kVehicleProperties[i].config);
422 mPropStore->registerProperty(cfg, tokenFunction);

Completed in 167 milliseconds