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.cpp775 penalty = REJECT; in strictUidCleartextPenalty()
/system/bt/gd/l2cap/internal/
Denhanced_retransmission_mode_channel_data_controller.cc646 _send_s_frame(SupervisoryFunction::REJECT, expected_tx_seq_, p, f); in send_rej()
872 case SupervisoryFunction::REJECT: in on_pdu_no_fcs()
932 case SupervisoryFunction::REJECT: in on_pdu_fcs()
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py1560 dcid, l2cap_packets.SupervisoryFunction.REJECT,
1770 …mbda packet: self.get_s_from_ertm_s_frame(scid, packet) == l2cap_packets.SupervisoryFunction.REJECT
1902 dcid, l2cap_packets.SupervisoryFunction.REJECT,
1910 dcid, l2cap_packets.SupervisoryFunction.REJECT,
/system/bt/gd/l2cap/
Dl2cap_packets.pdl37 REJECT = 1,