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

  /system/netd/
BandwidthController.h 117 enum IptFailureLog { IptFailShow, IptFailHide };
119 enum IptFailureLog { IptFailShow, IptFailHide = IptFailShow };
142 IptFailureLog failureHandling = IptFailShow);
144 IptFailureLog failureHandling = IptFailShow);
BandwidthController.cpp 217 failureHandling == IptFailShow);
219 if (res && failureHandling == IptFailShow) {
286 IptFailureLog failureLogging = IptFailShow;
    [all...]

Completed in 405 milliseconds