Searched defs:classLabel (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DIdletimerController.cpp175 const char *classLabel) {
194 classLabel,
216 classLabel,
227 const char *classLabel) {
228 return modifyInterfaceIdletimer(IptOpAdd, iface, timeout, classLabel);
233 const char *classLabel) {
234 return modifyInterfaceIdletimer(IptOpDelete, iface, timeout, classLabel);
173 modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout, const char *classLabel) argument
225 addInterfaceIdletimer(const char *iface, uint32_t timeout, const char *classLabel) argument
231 removeInterfaceIdletimer(const char *iface, uint32_t timeout, const char *classLabel) argument

Completed in 48 milliseconds