OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDynamicProperties
(Results
1 - 4
of
4
) sorted by null
/system/core/nexus/
WifiController.cpp
75
mDynamicProperties
.propSupplicantState = new WifiSupplicantStateProperty(this);
76
mDynamicProperties
.propActiveScan = new WifiActiveScanProperty(this);
77
mDynamicProperties
.propInterface = new WifiInterfaceProperty(this);
78
mDynamicProperties
.propSearching = new WifiSearchingProperty(this);
79
mDynamicProperties
.propPacketFilter = new WifiPacketFilterProperty(this);
80
mDynamicProperties
.propBluetoothCoexScan = new WifiBluetoothCoexScanProperty(this);
81
mDynamicProperties
.propBluetoothCoexMode = new WifiBluetoothCoexModeProperty(this);
82
mDynamicProperties
.propCurrentNetwork = new WifiCurrentNetworkProperty(this);
84
mDynamicProperties
.propRssi = new IntegerPropertyHelper("Rssi", true, &mLastRssi);
85
mDynamicProperties
.propLinkSpeed = new IntegerPropertyHelper("LinkSpeed", true, &mLastLinkSpeed)
[
all
...]
VpnController.cpp
34
mDynamicProperties
.propGateway = new IPV4AddressPropertyHelper("Gateway",
81
mVc->mPropMngr->detachProperty("vpn", mVc->
mDynamicProperties
.propGateway);
86
mVc->mPropMngr->attachProperty("vpn", mVc->
mDynamicProperties
.propGateway);
VpnController.h
83
}
mDynamicProperties
;
WifiController.h
222
}
mDynamicProperties
;
Completed in 32 milliseconds