HomeSort by relevance Sort by last modified time
    Searched refs:StrictController (Results 1 - 6 of 6) sorted by null

  /system/netd/server/
StrictController.h 30 class StrictController {
32 StrictController();
StrictController.cpp 25 #define LOG_TAG "StrictController"
34 #include "StrictController.h"
36 auto StrictController::execIptablesRestore = ::execIptablesRestore;
38 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT";
39 const char* StrictController::LOCAL_CLEAR_DETECT = "st_clear_detect";
40 const char* StrictController::LOCAL_CLEAR_CAUGHT = "st_clear_caught";
41 const char* StrictController::LOCAL_PENALTY_LOG = "st_penalty_log";
42 const char* StrictController::LOCAL_PENALTY_REJECT = "st_penalty_reject";
47 StrictController::StrictController(void)
    [all...]
StrictControllerTest.cpp 16 * StrictControllerTest.cpp - unit tests for StrictController.cpp
26 #include "StrictController.h"
32 StrictController::execIptablesRestore = fakeExecIptablesRestore;
34 StrictController mStrictCtrl;
157 // StrictController doesn't keep any state and it is not correct to call its methods in the
Controllers.h 32 #include "StrictController.h"
54 StrictController strictCtrl;
Android.mk 129 StrictController.cpp \
197 StrictController.cpp StrictControllerTest.cpp \
Controllers.cpp 68 StrictController::LOCAL_OUTPUT,

Completed in 82 milliseconds