HomeSort by relevance Sort by last modified time
    Searched refs:mPropMngr (Results 1 - 7 of 7) sorted by null

  /system/core/nexus/
WifiController.cpp 41 WifiController::WifiController(PropertyManager *mPropMngr,
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->detachProperty("wifi", mStaticProperties.propRssiEventThreshold)
    [all...]
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);
Controller.h 43 PropertyManager *mPropMngr;
NetworkManager.h 56 PropertyManager *mPropMngr;
71 PropertyManager *getPropMngr() { return mPropMngr; }
OpenVpnController.cpp 55 if (!mPropMngr->get("vpn.gateway", tmp, sizeof(tmp))) {
Controller.cpp 40 mPropMngr = propMngr;
NetworkManager.cpp 42 mPropMngr = propMngr;

Completed in 52 milliseconds