Home
last modified time | relevance | path

Searched refs:POWERSAVE_MATCH (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DTrafficControllerTest.cpp596 checkUidOwnerRuleForChain(POWERSAVE, POWERSAVE_MATCH); in TEST_F()
606 checkUidMapReplace("fw_powersave", uids, POWERSAVE_MATCH); in TEST_F()
766 expectUidOwnerMapValues({10000}, POWERSAVE_MATCH, 0); in TEST_F()
767 expectUidOwnerMapValues({10001}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F()
768 expectUidOwnerMapValues({10002}, POWERSAVE_MATCH | DOZABLE_MATCH | IIF_MATCH, iif1); in TEST_F()
769 expectUidOwnerMapValues({10003}, POWERSAVE_MATCH | DOZABLE_MATCH, 0); in TEST_F()
773 expectUidOwnerMapValues({10000}, POWERSAVE_MATCH, 0); in TEST_F()
774 expectUidOwnerMapValues({10001}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F()
775 expectUidOwnerMapValues({10002}, POWERSAVE_MATCH | IIF_MATCH, iif1); in TEST_F()
776 expectUidOwnerMapValues({10003}, POWERSAVE_MATCH, 0); in TEST_F()
DTrafficController.cpp105 FLAG_MSG_TRANS(matchType, POWERSAVE_MATCH, match); in uidMatchTypeToString()
581 res = updateOwnerMapEntry(POWERSAVE_MATCH, uid, rule, type); in changeUidOwnerRule()
660 res = replaceRulesInMap(POWERSAVE_MATCH, uids); in replaceUidOwnerMap()
694 match = POWERSAVE_MATCH; in toggleUidOwnerMap()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h128 POWERSAVE_MATCH = (1 << 4), enumerator
/system/netd/bpf_progs/
Dnetd.c203 if ((enabledRules & POWERSAVE_MATCH) && !(uidRules & POWERSAVE_MATCH)) { in bpf_owner_match()