HomeSort by relevance Sort by last modified time
    Searched defs:IntegerProperty (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
Property.cpp 88 IntegerProperty::IntegerProperty(const char *name, bool ro, int elements) :
92 int IntegerProperty::set(int idx, const char *value) {
97 int IntegerProperty::set(int idx, struct in_addr *value) {
102 int IntegerProperty::get(int idx, char *buffer, size_t max) {
107 int IntegerProperty::get(int idx, struct in_addr *buffer) {
115 IntegerProperty(name, ro, 1) {
Property.h 78 class IntegerProperty : public Property {
80 IntegerProperty(const char *name, bool ro, int elements);
81 virtual ~IntegerProperty() {}
92 class IntegerPropertyHelper : public IntegerProperty {

Completed in 52 milliseconds