Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.h58 binder::Status bandwidthSetGlobalAlert(int64_t bytes) override;
DNdcDispatcher.cpp649 int rc = !mNetd->bandwidthSetGlobalAlert(bytes).isOk(); in runCommand()
DNetdNativeService.cpp249 binder::Status NetdNativeService::bandwidthSetGlobalAlert(int64_t bytes) { in bandwidthSetGlobalAlert() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2274 binder::Status status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()
2279 status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()