Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 13 of 13) sorted by relevance

/system/core/fastboot/
Dtask_test.cpp44 const std::vector<std::string>& commands) { in collectTasks()
62 std::vector<std::string> commands = {"flash dtbo", "flash --slot-other system system_other.img", in TEST_F() local
/system/netd/server/
DStrictController.cpp154 const std::string commands = Join(commandList, '\n'); in resetChains() local
167 std::vector<std::string> commands; in setUidCleartextPenalty() local
DIptablesBaseTest.cpp75 const std::string& commands, in fakeExecIptablesRestoreWithOutput()
87 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) { in fakeExecIptablesRestore()
DNetdConstants.cpp37 int execIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands, in execIptablesRestoreWithOutput()
42 int execIptablesRestore(IptablesTarget target, const std::string& commands) { in execIptablesRestore()
DBandwidthController.cpp269 std::string commands = Join(IPT_FLUSH_COMMANDS, '\n'); in flushCleanTables() local
288 std::string commands = Join(getBasicAccountingCommands(), '\n'); in enableBandwidthControl() local
678 std::vector<std::string> commands = { in setCostlyAlert() local
708 std::vector<std::string> commands = { in removeCostlyAlert() local
DFirewallController.cpp158 std::string commands; in makeCriticalCommands() local
DTetherControllerTest.cpp200 ExpectedIptablesCommands commands; in allNewNatCommands() local
/system/core/init/
Dinit_test.cpp60 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInit()
82 const std::vector<ActionManagerCommand>& commands, ActionManager* action_manager, in TestInitText()
107 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
171 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
517 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
578 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
607 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
/system/nfc/src/rust/nci/
Dnci.rs46 let commands = CommandSender { cmd_tx }; in init() localVariable
60 pub commands: CommandSender, field
Dapi.rs30 commands: Option<CommandSender>, field
/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp114 void print_commands(const std::vector<Command>& commands) { in print_commands()
376 std::vector<Command> commands; in main() local
/system/core/cli-test/
Dcli-test.cpp186 static bool RunCommands(const char* what, const std::vector<std::string>& commands) { in RunCommands()
/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer.proto4 repeated Command commands = 1; field