Searched refs:mPropMngr (Results 1 - 7 of 7) sorted by relevance
/system/core/nexus/ |
H A D | WifiController.cpp | 41 WifiController::WifiController(PropertyManager *mPropMngr, argument 44 Controller("wifi", mPropMngr, handlers) { 93 mPropMngr->attachProperty("wifi", mStaticProperties.propEnabled); 94 mPropMngr->attachProperty("wifi", mStaticProperties.propScanOnly); 95 mPropMngr->attachProperty("wifi", mStaticProperties.propAllowedChannels); 96 mPropMngr->attachProperty("wifi", mStaticProperties.propRssiEventThreshold); 101 mPropMngr->detachProperty("wifi", mStaticProperties.propEnabled); 102 mPropMngr->detachProperty("wifi", mStaticProperties.propScanOnly); 103 mPropMngr->detachProperty("wifi", mStaticProperties.propAllowedChannels); 104 mPropMngr [all...] |
H A D | VpnController.cpp | 40 mPropMngr->attachProperty("vpn", mStaticProperties.propEnabled); 45 mPropMngr->detachProperty("vpn", mStaticProperties.propEnabled); 81 mVc->mPropMngr->detachProperty("vpn", mVc->mDynamicProperties.propGateway); 86 mVc->mPropMngr->attachProperty("vpn", mVc->mDynamicProperties.propGateway);
|
H A D | Controller.h | 43 PropertyManager *mPropMngr; member in class:Controller
|
H A D | OpenVpnController.cpp | 55 if (!mPropMngr->get("vpn.gateway", tmp, sizeof(tmp))) {
|
H A D | NetworkManager.h | 56 PropertyManager *mPropMngr; member in class:NetworkManager 71 PropertyManager *getPropMngr() { return mPropMngr; }
|
H A D | Controller.cpp | 40 mPropMngr = propMngr;
|
H A D | NetworkManager.cpp | 42 mPropMngr = propMngr;
|
Completed in 138 milliseconds