Searched defs:pm (Results 1 - 5 of 5) sorted by relevance

/system/core/include/cutils/
H A Dtztime.h42 const char *pm; member in struct:strftime_locale
/system/core/nexus/
H A DInterfaceConfig.cpp62 int InterfaceConfig::attachProperties(PropertyManager *pm, const char *nsName) { argument
63 pm->attachProperty(nsName, mStaticProperties.propIp);
64 pm->attachProperty(nsName, mStaticProperties.propNetmask);
65 pm->attachProperty(nsName, mStaticProperties.propGateway);
66 pm->attachProperty(nsName, mStaticProperties.propBroadcast);
67 pm->attachProperty(nsName, mStaticProperties.propDns);
71 int InterfaceConfig::detachProperties(PropertyManager *pm, const char *nsName) { argument
72 pm->detachProperty(nsName, mStaticProperties.propIp);
73 pm->detachProperty(nsName, mStaticProperties.propNetmask);
74 pm
[all...]
H A DSupplicant.cpp187 PropertyManager *pm = NetworkManager::Instance()->getPropMngr(); local
210 new_wn->attachProperties(pm, new_ns);
228 (*i)->detachProperties(pm, del_ns);
385 PropertyManager *pm = NetworkManager::Instance()->getPropMngr(); local
389 wn->attachProperties(pm, new_ns);
H A DWifiNetwork.cpp474 int WifiNetwork::attachProperties(PropertyManager *pm, const char *nsName) { argument
475 pm->attachProperty(nsName, mStaticProperties.propSsid);
476 pm->attachProperty(nsName, mStaticProperties.propBssid);
477 pm->attachProperty(nsName, mStaticProperties.propPsk);
478 pm->attachProperty(nsName, mStaticProperties.propWepKey);
479 pm->attachProperty(nsName, mStaticProperties.propDefKeyIdx);
480 pm->attachProperty(nsName, mStaticProperties.propPriority);
481 pm->attachProperty(nsName, mStaticProperties.propKeyManagement);
482 pm->attachProperty(nsName, mStaticProperties.propProtocols);
483 pm
491 detachProperties(PropertyManager *pm, const char *nsName) argument
[all...]
/system/core/liblog/
H A Dlogprint.c773 const char *pm; local
779 pm = entry->message;
784 while (pm < (entry->message + entry->messageLen)) {
785 if (*pm++ == '\n') numLines++;
788 if (pm > entry->message && *(pm-1) != '\n') numLines++;
808 pm = entry->message;
818 while(pm < (entry->message + entry->messageLen)) {
822 lineStart = pm;
825 while (pm < (entr
[all...]

Completed in 57 milliseconds