Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl55 void bandwidthRemoveNiceApp(int uid); in bandwidthRemoveNiceApp() method
/system/netd/server/binder/android/net/
DINetd.aidl696 void bandwidthRemoveNiceApp(int uid); in bandwidthRemoveNiceApp() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl72 void bandwidthRemoveNiceApp(int uid); in bandwidthRemoveNiceApp() method
/system/netd/server/
DNetdNativeService.h63 binder::Status bandwidthRemoveNiceApp(int32_t uid) override;
DNdcDispatcher.cpp643 rc = !mNetd->bandwidthRemoveNiceApp(uid).isOk(); in runCommand()
DNetdNativeService.cpp319 binder::Status NetdNativeService::bandwidthRemoveNiceApp(int32_t uid) { in bandwidthRemoveNiceApp() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1659 status = mNetd->bandwidthRemoveNiceApp(uid); in TEST_F()