Home
last modified time | relevance | path

Searched refs:REJECT (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DStrictController.h24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT }; enumerator
DStrictControllerTest.cpp161 mStrictCtrl.setUidCleartextPenalty(12345, REJECT); in TEST_F()
DStrictController.cpp190 } else if (penalty == REJECT) { in setUidCleartextPenalty()
DNetdNativeService.cpp777 penalty = REJECT; in strictUidCleartextPenalty()
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py886 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT)
956 … L2capMatchers.SFrame(req_seq=1, f=Final.NOT_SET, s=SupervisoryFunction.REJECT, p=Poll.NOT_SET))
1101 assertThat(cert_channel).emits(L2capMatchers.SFrame(s=SupervisoryFunction.REJECT))
1156 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT)
1160 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT, f=Final.POLL_RESPONSE)
/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc660 _send_s_frame(SupervisoryFunction::REJECT, expected_tx_seq_, p, f); in send_rej()
888 case SupervisoryFunction::REJECT: in on_pdu_no_fcs()
948 case SupervisoryFunction::REJECT: in on_pdu_fcs()
/system/bt/gd/l2cap/
Dl2cap_packets.pdl37 REJECT = 1,