Home
last modified time | relevance | path

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

/system/netd/server/
DStrictController.cpp31 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT";
32 const char* StrictController::LOCAL_CLEAR_DETECT = "st_clear_detect";
33 const char* StrictController::LOCAL_CLEAR_CAUGHT = "st_clear_caught";
34 const char* StrictController::LOCAL_PENALTY_LOG = "st_penalty_log";
35 const char* StrictController::LOCAL_PENALTY_REJECT = "st_penalty_reject";
37 StrictController::StrictController(void) { in StrictController() function in StrictController
40 int StrictController::enableStrict(void) { in enableStrict()
133 int StrictController::disableStrict(void) { in disableStrict()
152 int StrictController::setUidCleartextPenalty(uid_t uid, StrictPenalty penalty) { in setUidCleartextPenalty()
DStrictController.h28 class StrictController {
30 StrictController();
DAndroid.mk70 StrictController.cpp \
DCommandListener.h47 static StrictController *sStrictCtrl;
DCommandListener.cpp95 StrictController *CommandListener::sStrictCtrl = NULL;
120 StrictController::LOCAL_OUTPUT,
212 sStrictCtrl = new StrictController(); in CommandListener()