Home
last modified time | relevance | path

Searched refs:bandwidthRemoveNaughtyApp (Results 1 – 12 of 12) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl53 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl70 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl71 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl71 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl93 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl93 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/binder/android/net/
DINetd.aidl686 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl93 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl71 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/
DNetdNativeService.h60 binder::Status bandwidthRemoveNaughtyApp(int32_t uid) override;
DNdcDispatcher.cpp607 rc = !mNetd->bandwidthRemoveNaughtyApp(uid).isOk(); in runCommand()
DNetdNativeService.cpp329 binder::Status NetdNativeService::bandwidthRemoveNaughtyApp(int32_t uid) { in bandwidthRemoveNaughtyApp() function in android::net::NetdNativeService