Searched refs:bandwidthSetInterfaceAlert (Results 1 – 4 of 4) sorted by relevance
56 binder::Status bandwidthSetInterfaceAlert(const std::string& ifName, int64_t bytes) override;
660 int rc = !mNetd->bandwidthSetInterfaceAlert(argv[2], bytes).isOk(); in runCommand()
236 binder::Status NetdNativeService::bandwidthSetInterfaceAlert(const std::string& ifName, in bandwidthSetInterfaceAlert() function in android::net::NetdNativeService
2254 status = mNetd->bandwidthSetInterfaceAlert(sTun.name(), testAlertBytes); in TEST_F()