Searched refs:getName (Results 1 - 4 of 4) sorted by relevance

/system/core/nexus/
H A DPropertyManager.cpp47 if (!strcasecmp(ns, (*ns_it)->getName()))
59 if (!strcasecmp(name, (*it)->getName()))
69 LOGD("Attaching property %s to namespace %s", p->getName(), ns_name);
77 if (lookupProperty_UNLOCKED(ns, p->getName())) {
81 ns_name, p->getName(), strerror(errno));
93 LOGD("Detaching property %s from namespace %s", p->getName(), ns_name);
105 if (!strcasecmp(p->getName(), (*it)->getName())) {
113 LOGE("Property %s.%s not found", ns_name, p->getName());
147 LOGE("Property '%s' has an unknown type (%d)", p->getName(),
[all...]
H A DNetworkManager.cpp102 if (!strcasecmp((*it)->getController()->getName(), name))
110 LOGD("Controller %s interface %s connected", c->getName(), c->getBoundInterface());
119 LOGD("Controller %s interface %s disconnected", c->getName(),
126 LOGD("Controller %s interface %s suspending", c->getName(),
132 LOGD("Controller %s interface %s resumed", c->getName(),
H A DController.h54 const char *getName() { return mName; } function in class:Controller
H A DProperty.h51 const char *getName() { return mName; } function in class:Property
132 const char *getName() { return mName; } function in class:PropertyNamespace

Completed in 72 milliseconds