Searched refs:POWERSAVE_MATCH (Results 1 – 4 of 4) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 86 POWERSAVE_MATCH = (1 << 4), enumerator
|
/system/netd/server/ |
D | TrafficControllerTest.cpp | 637 checkUidOwnerRuleForChain(POWERSAVE, POWERSAVE_MATCH); in TEST_F() 648 checkUidMapReplace("fw_powersave", uids, POWERSAVE_MATCH); in TEST_F() 826 expectUidOwnerMapValues({"10000"}, POWERSAVE_MATCH, 0); in TEST_F() 827 expectUidOwnerMapValues({"10001"}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F() 828 expectUidOwnerMapValues({"10002"}, POWERSAVE_MATCH | DOZABLE_MATCH | IIF_MATCH, iif1); in TEST_F() 829 expectUidOwnerMapValues({"10003"}, POWERSAVE_MATCH | DOZABLE_MATCH, 0); in TEST_F() 833 expectUidOwnerMapValues({"10000"}, POWERSAVE_MATCH, 0); in TEST_F() 834 expectUidOwnerMapValues({"10001"}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F() 835 expectUidOwnerMapValues({"10002"}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F() 836 expectUidOwnerMapValues({"10003"}, POWERSAVE_MATCH, 0); in TEST_F()
|
D | TrafficController.cpp | 103 FLAG_MSG_TRANS(matchType, POWERSAVE_MATCH, match); in uidMatchTypeToString() 658 res = updateOwnerMapEntry(POWERSAVE_MATCH, uid, rule, type); in changeUidOwnerRule() 749 res = replaceRulesInMap(POWERSAVE_MATCH, uids); in replaceUidOwnerMap() 781 match = POWERSAVE_MATCH; in toggleUidOwnerMap()
|
/system/netd/bpf_progs/ |
D | netd.h | 184 if ((enabledRules & POWERSAVE_MATCH) && !(uidRules & POWERSAVE_MATCH)) { in bpf_owner_match()
|