Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl51 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/binder/android/net/
DINetd.aidl660 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl68 void bandwidthSetGlobalAlert(long bytes); in bandwidthSetGlobalAlert() method
/system/netd/server/
DNetdNativeService.h59 binder::Status bandwidthSetGlobalAlert(int64_t bytes) override;
DNdcDispatcher.cpp656 int rc = !mNetd->bandwidthSetGlobalAlert(bytes).isOk(); in runCommand()
DNetdNativeService.cpp292 binder::Status NetdNativeService::bandwidthSetGlobalAlert(int64_t bytes) { in bandwidthSetGlobalAlert() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1626 binder::Status status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()
1631 status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()