Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl50 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
/system/netd/server/binder/android/net/
DINetd.aidl651 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl67 void bandwidthRemoveInterfaceAlert(in @utf8InCpp String ifName); in bandwidthRemoveInterfaceAlert() method
/system/netd/server/
DNetdNativeService.h58 binder::Status bandwidthRemoveInterfaceAlert(const std::string& ifName) override;
DNdcDispatcher.cpp676 int rc = !mNetd->bandwidthRemoveInterfaceAlert(argv[2]).isOk(); in runCommand()
DNetdNativeService.cpp286 binder::Status NetdNativeService::bandwidthRemoveInterfaceAlert(const std::string& ifName) { in bandwidthRemoveInterfaceAlert() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1610 status = mNetd->bandwidthRemoveInterfaceAlert(sTun.name()); in TEST_F()