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

  /system/netd/server/
BandwidthController.h 118 enum IptFailureLog { IptFailShow, IptFailHide };
120 enum IptFailureLog { IptFailShow, IptFailHide = IptFailShow };
143 IptFailureLog failureHandling = IptFailShow);
145 IptFailureLog failureHandling = IptFailShow);
BandwidthController.cpp 221 failureHandling == IptFailShow);
223 if (res && failureHandling == IptFailShow) {
290 IptFailureLog failureLogging = IptFailShow;
    [all...]

Completed in 264 milliseconds