Home
last modified time | relevance | path

Searched refs:StrictController (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DStrictController.cpp36 auto StrictController::execIptables = ::execIptables;
37 auto StrictController::execIptablesRestore = ::execIptablesRestore;
39 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT";
40 const char* StrictController::LOCAL_CLEAR_DETECT = "st_clear_detect";
41 const char* StrictController::LOCAL_CLEAR_CAUGHT = "st_clear_caught";
42 const char* StrictController::LOCAL_PENALTY_LOG = "st_penalty_log";
43 const char* StrictController::LOCAL_PENALTY_REJECT = "st_penalty_reject";
47 StrictController::StrictController(void) { in StrictController() function in StrictController
50 int StrictController::enableStrict(void) { in enableStrict()
142 int StrictController::disableStrict(void) { in disableStrict()
[all …]
DStrictControllerTest.cpp32 StrictController::execIptables = fakeExecIptables; in StrictControllerTest()
33 StrictController::execIptablesRestore = fakeExecIptablesRestore; in StrictControllerTest()
35 StrictController mStrictCtrl;
DStrictController.h30 class StrictController {
32 StrictController();
DControllers.h52 StrictController strictCtrl;
DAndroid.mk101 StrictController.cpp \
139 StrictController.cpp StrictControllerTest.cpp \
DCommandListener.cpp129 StrictController::LOCAL_OUTPUT,