Searched refs:mLastRemoveDeviceConfig (Results 1 – 2 of 2) sorted by relevance
274 mLastRemoveDeviceConfig = std::make_pair((int)value, config); in SetChangeDeviceConfig()281 value = (ConfigChange)mLastRemoveDeviceConfig.first; in GetChangeDeviceConfig()282 config = mLastRemoveDeviceConfig.second; in GetChangeDeviceConfig()
352 std::pair<int, WifiDeviceConfig> mLastRemoveDeviceConfig; variable