Home
last modified time | relevance | path

Searched refs:blacklist (Results 1 – 8 of 8) sorted by relevance

/system/bt/service/test/
Dadvertise_data_unittest.cc89 uint8_t blacklist[] = {HCI_EIR_FLAGS_TYPE, HCI_EIR_OOB_BD_ADDR_TYPE, in TEST() local
92 for (size_t i = 0; i < sizeof(blacklist); i++) { in TEST()
93 const std::vector<uint8_t> data{0x02, blacklist[i], 0x00}; in TEST()
/system/core/llkd/
Dlibllkd.cpp621 std::string llkFormat(const std::unordered_set<std::string>& blacklist) { in llkFormat() argument
623 for (const auto& entry : blacklist) { in llkFormat()
631 const std::unordered_map<std::string, std::unordered_set<std::string>>& blacklist, in llkFormat() argument
634 for (const auto& entry : blacklist) { in llkFormat()
694 const std::unordered_set<std::string>& blacklist = llkBlacklistProcess) { in llkSkipName() argument
695 if (name.empty() || blacklist.empty()) return false; in llkSkipName()
697 return blacklist.find(name) != blacklist.end(); in llkSkipName()
701 const std::unordered_set<std::string>& blacklist = llkBlacklistProcess) { in llkSkipProc() argument
703 if (llkSkipName(std::to_string(procp->pid), blacklist)) return true; in llkSkipProc()
704 if (llkSkipName(procp->getComm(), blacklist)) return true; in llkSkipProc()
[all …]
DREADME.md68 there is an additional process blacklist so that we do not incide sepolicy
158 #### ro.llk.blacklist.process
165 NB: false is a very very very unlikely process to want to blacklist.
167 #### ro.llk.blacklist.parent
177 #### ro.llk.blacklist.uid
181 #### ro.llk.blacklist.process.stack
196 - Create gTest to test out blacklist (ro.llk.blacklist.*properties* generally
/system/sepolicy/prebuilts/api/28.0/private/
Dtraced_probes.te19 # userdebug only until we nail down the blacklist/whitelist.
/system/sepolicy/prebuilts/api/29.0/private/
Dtraced_probes.te19 # userdebug only until we nail down the blacklist/whitelist.
/system/sepolicy/private/
Dtraced_probes.te19 # userdebug only until we nail down the blacklist/whitelist.
/system/core/logd/
DREADME.property70 references, where '~' prefix means to blacklist otherwise whitelist. For
/system/update_engine/
Dpylintrc27 # Add files or directories to the blacklist. They should be base names, not