Home
last modified time | relevance | path

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

/system/netd/server/
DIdletimerController.cpp143 const char *classLabel) { in modifyInterfaceIdletimer()
166 const char *classLabel) { in addInterfaceIdletimer()
172 const char *classLabel) { in removeInterfaceIdletimer()
DNetdNativeService.cpp741 const std::string& classLabel) { in idletimerAddInterface()
750 const std::string& classLabel) { in idletimerRemoveInterface()
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl36 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
37 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/binder/android/net/
DINetd.aidl510 in @utf8InCpp String classLabel); in idletimerAddInterface()
524 in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl53 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
54 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/tests/
Dbinder_test.cpp1117 const std::string& classLabel) { in expectIdletimerInterfaceRuleExists()
1129 const std::string& classLabel) { in expectIdletimerInterfaceRuleNotExists()
1151 const std::string classLabel; in TEST_F() member