Searched refs:StrictController (Results 1 – 5 of 5) sorted by relevance
31 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 StrictController40 int StrictController::enableStrict(void) { in enableStrict()133 int StrictController::disableStrict(void) { in disableStrict()152 int StrictController::setUidCleartextPenalty(uid_t uid, StrictPenalty penalty) { in setUidCleartextPenalty()
28 class StrictController {30 StrictController();
70 StrictController.cpp \
47 static StrictController *sStrictCtrl;
95 StrictController *CommandListener::sStrictCtrl = NULL;120 StrictController::LOCAL_OUTPUT,212 sStrictCtrl = new StrictController(); in CommandListener()