Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 118) sorted by relevance

12345

/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md140 ### Select events to stat
197 ### Select target to stat
221 ### Decide how long to stat
242 ### Decide the print interval
255 ### Display counters in systrace
269 ### Show event count per thread
292 ### Show event count per core
341 ### Select events to record
354 ### Select target to record
376 ### Set the frequency to record
[all …]
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc253 void DualModeController::SniffSubrating(CommandPacketView command) { in SniffSubrating()
388 void DualModeController::Reset(CommandPacketView command) { in Reset()
400 void DualModeController::ReadBufferSize(CommandPacketView command) { in ReadBufferSize()
413 void DualModeController::ReadEncryptionKeySize(CommandPacketView command) { in ReadEncryptionKeySize()
424 void DualModeController::HostBufferSize(CommandPacketView command) { in HostBufferSize()
433 CommandPacketView command) { in ReadLocalVersionInformation()
453 CommandPacketView command) { in ReadRemoteVersionInformation()
468 void DualModeController::ReadBdAddr(CommandPacketView command) { in ReadBdAddr()
476 void DualModeController::ReadLocalSupportedCommands(CommandPacketView command) { in ReadLocalSupportedCommands()
495 void DualModeController::ReadLocalSupportedFeatures(CommandPacketView command) { in ReadLocalSupportedFeatures()
[all …]
/system/extras/simpleperf/
Dcommand_test.cpp33 TEST(command, CreateCommandInstance) { in TEST() argument
41 TEST(command, GetAllCommands) { in TEST() argument
49 TEST(command, GetValueForOption) { in TEST() argument
50 MockCommand command; in TEST() local
76 TEST(command, PreprocessOptions) { in TEST() argument
163 TEST(command, OptionValueMap) { in TEST() argument
Dcmd_help.cpp85 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
/system/netd/tests/
Dtest_utils.cpp40 std::vector<std::string> runCommand(const std::string& command) { in runCommand()
62 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local
67 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); in listIptablesRule() local
87 std::string command = StringPrintf("%s %s route ls table %s", IP_PATH, ipVersion, table); in listIpRoutes() local
/system/bt/gd/hci/
Dle_address_manager.cc202 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, nullptr}; in prepare_to_rotate() local
313 auto command = std::move(cached_commands_.front()); in handle_next_command() local
326 Command command = {CommandType::ADD_DEVICE_TO_CONNECT_LIST, std::move(packet_builder)}; in AddDeviceToConnectList() local
338 Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, std::move(packet_builder)}; in AddDeviceToResolvingList() local
346 Command command = {CommandType::REMOVE_DEVICE_FROM_CONNECT_LIST, std::move(packet_builder)}; in RemoveDeviceFromConnectList() local
355 Command command = {CommandType::REMOVE_DEVICE_FROM_RESOLVING_LIST, std::move(packet_builder)}; in RemoveDeviceFromResolvingList() local
362 Command command = {CommandType::CLEAR_CONNECT_LIST, std::move(packet_builder)}; in ClearConnectList() local
369 Command command = {CommandType::CLEAR_RESOLVING_LIST, std::move(packet_builder)}; in ClearResolvingList() local
Dhci_layer.h113 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
118 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
Dcontroller_test.cc59 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
65 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
73 CommandPacketView command = CommandPacketView::Create(packet_view); in HandleCommand() local
242 CommandPacketView command = command_queue_.front(); in GetCommand() local
342 auto command = ResetView::Create(packet); in TEST_F() local
377 auto command = HostBufferSizeView::Create(packet); in TEST_F() local
388 auto command = LeSetEventMaskView::Create(packet); in TEST_F() local
/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.h35 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
38 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
52 void EnqueueCommand(std::unique_ptr<hci::CommandPacketBuilder> command, in EnqueueCommand()
60 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
/system/libufdt/utils/src/
Dmkdtimg.c34 const char *command; member
47 static const struct command_info *search_command(const char *command) { in search_command()
122 const char *command = argv[1]; in main() local
/system/update_engine/
Dfake_p2p_manager_configuration.h61 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand()
67 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand()
/system/netd/client/
DNetdClient.cpp141 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local
152 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local
176 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local
211 FwmarkCommand command = {FwmarkCommand::ON_SENDMMSG, 0, 0, 0}; in netdClientSendmmsg() local
226 FwmarkCommand command = {FwmarkCommand::ON_SENDMSG, 0, 0, 0}; in netdClientSendmsg() local
239 FwmarkCommand command = {FwmarkCommand::ON_SENDTO, 0, 0, 0}; in netdClientSendto() local
478 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local
492 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local
498 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local
503 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid, 0}; in queryUserAccess() local
[all …]
/system/bt/gd/security/test/
Dfake_hci_layer.h54 std::unique_ptr<CommandPacketBuilder> command; variable
64 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
70 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
/system/netd/server/
DFirewallController.cpp115 std::string command = in setFirewallType() local
135 std::string command = in resetFirewall() local
166 std::string command = "*filter\n"; in enableChildChains() local
205 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local
265 std::string command = "*filter\n"; in setUidRule() local
DIptablesRestoreController.cpp207 const std::string& command, in sendCommand()
256 const std::string& command) { in maybeLogStderr()
272 const std::string& command, in drainAndWaitForAck()
347 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
DControllers.cpp132 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local
158 std::string command = StringPrintf("*%s\n", table); in createChildChains() local
/system/core/adb/daemon/
Dabb_service.cpp43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand()
88 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
Dshell_service_test.cpp63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess()
71 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess()
212 for (std::string command : commands) { in TEST_F() local
224 for (const char* command : commands) { in TEST_F() local
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h228 WriteStream command(CmdPromptUserConfirmation, ReadStream in, WriteStream out) { in command() function
234 WriteStream command(CmdFetchConfirmationResult, ReadStream in, WriteStream out) { in command() function
238 WriteStream command(CmdDeliverTestCommand, ReadStream in, WriteStream out) { in command() function
244 WriteStream command(CmdAbort, ReadStream in, WriteStream out) { in command() function
/system/hardware/interfaces/net/netd/testutils/
DVtsHalNetNetdTestUtils.cpp47 static std::vector<std::string> runCommand(const std::string& command) { in runCommand()
69 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local
/system/extras/profcollectd/
Dprofcollectctl.cpp49 std::string command(argv[1]); in main() local
/system/bt/gd/hal/cert/
Dsimple_hal_test.py40 def send_cert_hci_command(self, command): argument
53 def send_dut_hci_command(self, command): argument
/system/bt/gd/cert/
Dpy_hal.py44 def send_hci_command(self, command): argument
/system/update_engine/scripts/
Dupdate_device.py323 def adb(self, command): argument
341 def adb_output(self, command): argument
/system/core/logcat/tests/
Dlogcat_test.cpp130 std::string command = android::base::StringPrintf( in TEST() local
774 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse()
788 char command[sizeof(buf) + sizeof(comm)]; in TEST() local
834 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local
893 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local
1020 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local
1092 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local
1160 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local
1167 static const char command[] = logcat_executable in TEST() local
1701 static bool reportedSecurity(const char* command) { in reportedSecurity()
[all …]

12345