Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.h62 binder::Status bandwidthRemoveNiceApp(int32_t uid) override;
DNdcDispatcher.cpp636 rc = !mNetd->bandwidthRemoveNiceApp(uid).isOk(); in runCommand()
DNetdNativeService.cpp267 binder::Status NetdNativeService::bandwidthRemoveNiceApp(int32_t) { in bandwidthRemoveNiceApp() function in android::net::NetdNativeService