Home | History | Annotate | Download | only in nexus

Lines Matching defs:PropertyManager

22 #define LOG_TAG "PropertyManager"
26 #include "PropertyManager.h"
28 PropertyManager::PropertyManager() {
33 PropertyManager::~PropertyManager() {
43 PropertyNamespace *PropertyManager::lookupNamespace_UNLOCKED(const char *ns) {
54 Property *PropertyManager::lookupProperty_UNLOCKED(PropertyNamespace *ns, const char *name) {
66 int PropertyManager::attachProperty(const char *ns_name, Property *p) {
90 int PropertyManager::detachProperty(const char *ns_name, Property *p) {
119 int PropertyManager::doSet(Property *p, int idx, const char *value) {
156 int PropertyManager::doGet(Property *p, int idx, char *buffer, size_t max) {
194 int PropertyManager::set(const char *name, const char *value) {
224 const char *PropertyManager::get(const char *name, char *buffer, size_t max) {
255 android::List<char *> *PropertyManager::createPropertyList(const char *prefix) {