Searched refs:bandwidthRemoveInterfaceAlert (Results 1 – 14 of 14) sorted by relevance
50 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
67 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
68 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
90 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
659 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
57 binder::Status bandwidthRemoveInterfaceAlert(const std::string& ifName) override;
670 int rc = !mNetd->bandwidthRemoveInterfaceAlert(argv[2]).isOk(); in runCommand()
310 binder::Status NetdNativeService::bandwidthRemoveInterfaceAlert(const std::string& ifName) { in bandwidthRemoveInterfaceAlert() function in android::net::NetdNativeService
1137 mNetdService.bandwidthRemoveInterfaceAlert(iface); in removeInterfaceAlert()
1729 status = mNetd->bandwidthRemoveInterfaceAlert(sTun.name()); in TEST_F()