Home
last modified time | relevance | path

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

/system/netd/server/
DIdletimerController.cpp142 const char *classLabel) { in modifyInterfaceIdletimer()
165 const char *classLabel) { in addInterfaceIdletimer()
171 const char *classLabel) { in removeInterfaceIdletimer()
DNetdNativeService.cpp794 const std::string& classLabel) { in idletimerAddInterface()
803 const std::string& classLabel) { in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl54 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
55 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/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/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl54 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
55 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl54 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
55 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl76 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
77 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl76 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
77 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/binder/android/net/
DINetd.aidl518 in @utf8InCpp String classLabel); in idletimerAddInterface()
532 in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl76 …d idletimerAddInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerAddInterface()
77 …dletimerRemoveInterface(in @utf8InCpp String ifName, int timeout, in @utf8InCpp String classLabel); in idletimerRemoveInterface()
/system/netd/tests/
Dbinder_test.cpp1244 const std::string& classLabel) { in expectIdletimerInterfaceRuleExists()
1256 const std::string& classLabel) { in expectIdletimerInterfaceRuleNotExists()
1278 const std::string classLabel; in TEST_F() member