Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.h113 netdutils::Status removeUidInterfaceRules(const std::vector<int32_t>& uids) EXCLUDES(mMutex);
DTrafficControllerTest.cpp765 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({1001, 2001}))); in TEST_F()
771 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({2000, 3000}))); in TEST_F()
776 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({1000}))); in TEST_F()
803 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({10012, 10013, 10014}))); in TEST_F()
DTrafficController.cpp690 Status TrafficController::removeUidInterfaceRules(const std::vector<int32_t>& uidsToDelete) { in removeUidInterfaceRules() function in android::net::TrafficController
DNetdNativeService.cpp1199 return asBinderStatus(gCtls->trafficCtrl.removeUidInterfaceRules(uids)); in firewallRemoveUidInterfaceRules()