OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyNamespace
(Results
1 - 4
of
4
) sorted by null
/system/core/nexus/
PropertyManager.h
43
PropertyNamespace
*lookupNamespace_UNLOCKED(const char *ns);
44
Property *lookupProperty_UNLOCKED(
PropertyNamespace
*ns, const char *name);
Property.h
124
class
PropertyNamespace
{
129
PropertyNamespace
(const char *name);
130
virtual ~
PropertyNamespace
();
136
typedef android::List<
PropertyNamespace
*> PropertyNamespaceCollection;
Property.cpp
190
PropertyNamespace
::
PropertyNamespace
(const char *name) {
195
PropertyNamespace
::~
PropertyNamespace
() {
PropertyManager.cpp
43
PropertyNamespace
*PropertyManager::lookupNamespace_UNLOCKED(const char *ns) {
54
Property *PropertyManager::lookupProperty_UNLOCKED(
PropertyNamespace
*ns, const char *name) {
67
PropertyNamespace
*ns;
73
ns = new
PropertyNamespace
(ns_name);
91
PropertyNamespace
*ns;
Completed in 186 milliseconds