OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chainnames
(Results
1 - 1
of
1
) sorted by null
/system/netd/server/
FirewallController.cpp
227
std::vector<std::string>
chainNames
;
230
chainNames
= { LOCAL_DOZABLE };
233
chainNames
= { LOCAL_STANDBY };
236
chainNames
= { LOCAL_POWERSAVE };
239
chainNames
= { LOCAL_INPUT, LOCAL_OUTPUT };
250
for (std::string chainName :
chainNames
) {
Completed in 93 milliseconds