Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTrafficController.h107 netdutils::Status removeUidInterfaceRules(const std::vector<int32_t>& uids) EXCLUDES(mMutex);
H A DTrafficControllerTest.cpp711 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({1001, 2001}))); in TEST_F()
717 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({2000, 3000}))); in TEST_F()
722 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({1000}))); in TEST_F()
746 ASSERT_TRUE(isOk(mTc.removeUidInterfaceRules({10012, 10013, 10014}))); in TEST_F()
H A DTrafficController.cpp638 Status TrafficController::removeUidInterfaceRules(const std::vector<int32_t>& uidsToDelete) { in removeUidInterfaceRules() function in android::net::TrafficController
H A DNetdNativeService.cpp1237 return asBinderStatus(gCtls->trafficCtrl.removeUidInterfaceRules(uids)); in firewallRemoveUidInterfaceRules()