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

  /system/core/nexus/
PropertyManager.h 27 class PropertyManager {
32 PropertyManager();
33 virtual ~PropertyManager();
PropertyManager.cpp 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)
    [all...]

Completed in 18 milliseconds