Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl47 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/binder/android/net/
DINetd.aidl623 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl64 void bandwidthSetInterfaceQuota(in @utf8InCpp String ifName, long bytes); in bandwidthSetInterfaceQuota() method
/system/netd/server/
DNetdNativeService.h55 binder::Status bandwidthSetInterfaceQuota(const std::string& ifName, int64_t bytes) override;
DNdcDispatcher.cpp585 int rc = !mNetd->bandwidthSetInterfaceQuota(argv[2], bytes).isOk(); in runCommand()
DNetdNativeService.cpp266 binder::Status NetdNativeService::bandwidthSetInterfaceQuota(const std::string& ifName, in bandwidthSetInterfaceQuota() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1587 binder::Status status = mNetd->bandwidthSetInterfaceQuota(sTun.name(), testQuotaBytes); in TEST_F()
1605 binder::Status status = mNetd->bandwidthSetInterfaceQuota(sTun.name(), testAlertBytes); in TEST_F()