Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl53 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/binder/android/net/
DINetd.aidl678 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl70 void bandwidthRemoveNaughtyApp(int uid); in bandwidthRemoveNaughtyApp() method
/system/netd/server/
DNetdNativeService.h61 binder::Status bandwidthRemoveNaughtyApp(int32_t uid) override;
DNdcDispatcher.cpp613 rc = !mNetd->bandwidthRemoveNaughtyApp(uid).isOk(); in runCommand()
DNetdNativeService.cpp305 binder::Status NetdNativeService::bandwidthRemoveNaughtyApp(int32_t uid) { in bandwidthRemoveNaughtyApp() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1649 status = mNetd->bandwidthRemoveNaughtyApp(uid); in TEST_F()