Searched refs:penalty (Results 1 – 10 of 10) sorted by relevance
/system/netd/server/ |
D | StrictController.cpp | 159 int StrictController::setUidCleartextPenalty(uid_t uid, StrictPenalty penalty) { in setUidCleartextPenalty() argument 168 if (penalty == ACCEPT) { in setUidCleartextPenalty() 188 if (penalty == LOG) { in setUidCleartextPenalty() 190 } else if (penalty == REJECT) { in setUidCleartextPenalty()
|
D | NetdNativeService.cpp | 812 StrictPenalty penalty; in strictUidCleartextPenalty() local 815 penalty = REJECT; in strictUidCleartextPenalty() 818 penalty = LOG; in strictUidCleartextPenalty() 821 penalty = ACCEPT; in strictUidCleartextPenalty() 827 int res = gCtls->strictCtrl.setUidCleartextPenalty((uid_t) uid, penalty); in strictUidCleartextPenalty()
|
D | NdcDispatcher.cpp | 925 int penalty = parsePenalty(argv[3]); in runCommand() local 926 if (penalty == -1) { in runCommand() 931 int res = !mNetd->strictUidCleartextPenalty(uid, penalty).isOk(); in runCommand()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | logd.te | 40 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | logd.te | 40 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | logd.te | 40 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | logd.te | 40 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | logd.te | 38 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | logd.te | 40 # event log tag service (albeit at a performance penalty,
|
/system/sepolicy/public/ |
D | logd.te | 38 # event log tag service (albeit at a performance penalty,
|