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

  /system/netd/server/
BandwidthController.h 90 std::string makeDataSaverCommand(IptablesTarget target, bool enable);
BandwidthController.cpp 319 std::string BandwidthController::makeDataSaverCommand(IptablesTarget target, bool enable) {
335 int ret = iptablesRestoreFunction(V4, makeDataSaverCommand(V4, enable), nullptr);
336 ret |= iptablesRestoreFunction(V6, makeDataSaverCommand(V6, enable), nullptr);

Completed in 72 milliseconds