Home
last modified time | relevance | path

Searched defs:cmd (Results 1 - 25 of 73) sorted by relevance

123

/developtools/hdc/hdc_rust/src/daemon_lib/
H A Ddaemon_unity.rs136 let mut cmd = String::from("reboot"); variables
/developtools/hiperf/test/unittest/common/native/
H A Dtest_utilities.cpp26 std::string cmd = "pidof " + appName; in CheckTestApp() local
/developtools/integration_verification/tools/fotff/utils/
H A Dhdc.go
H A Dssh.go[all...]
/developtools/hdc/src/test/
H A Dut_command.cpp28 void TestRunClient(const string &debugServerPort, const string &debugConnectKey, const string &cmd) in TestRunClient() argument
/developtools/profiler/host/smartperf/client/client_command/
H A Dheartbeat.cpp33 std::string cmd = CMD_COMMAND_MAP.at(CmdCommand::PIDOF_SP); in KillSpId() local
/developtools/profiler/hiebpf/test/unittest/
H A Dhhlog_test.cpp86 std::string cmd = "rm " + fileName; in HWTEST_F() local
H A Dhiebpf_data_file_test.cpp37 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase() local
H A Dbpf_log_reader_test.cpp38 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase() local
H A Dlibbpf_logger_test.cpp90 std::string cmd = "rm " + fileName; in HWTEST_F() local
H A Dipc_unix_socket_test.cpp63 std::string cmd = "test command"; in HWTEST_F() local
89 std::string cmd = "test command"; in HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
H A Dhidump_plugin_unittest.cpp122 const char *cmd = ""; in HWTEST_F() local
145 const char *cmd = "SP_daemon -profilerfps 0"; in HWTEST_F() local
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_command_builder.cpp31 auto cmd = std::make_shared<GetCommandResponse>(); in BuildCreateSessionCmd() local
46 auto cmd = std::make_shared<GetCommandResponse>(); in BuildDestroySessionCmd() local
61 auto cmd = std::make_shared<GetCommandResponse>(); BuildStartSessionCmd() local
78 auto cmd = std::make_shared<GetCommandResponse>(); BuildStopSessionCmd() local
93 auto cmd = std::make_shared<GetCommandResponse>(); BuildRefreshSessionCmd() local
[all...]
/developtools/profiler/hiebpf/include/
H A Dhiebpf_data_file.h80 HiebpfDataFile( const std::string& cmd, const std::string& filename, const std::size_t pages = DEFAULT_MMAP_PAGES) HiebpfDataFile() argument
/developtools/smartperf_host/trace_streamer/build/
H A Dprotoc_w.py52 cmd = [PROTOC, OPT_PLUGIN_PROTOREADER, f"{PLUGINOUT}:{sys.argv[5]}", *PARAMS_ALL.split()] variable
/developtools/hdc/src/daemon/
H A Dsystem_depend.cpp87 bool RebootDevice(const string &cmd) in RebootDevice() argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/appqf_packager_test/
H A Dappqf_packager_test.cpp113 std::string cmd = {"rm -f "}; in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hap_packager_test/
H A Dhap_packager_test.cpp98 std::string cmd = {"rm -f "}; in HWTEST_F() local
134 std::string cmd = {"rm -f "}; in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hqf_packager_test/
H A Dhqf_packager_test.cpp91 std::string cmd = {"rm -f "}; in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_wrapper_test/
H A Dzip_wrapper_test.cpp148 std::string cmd = {"rm -f "}; in HWTEST_F() local
171 std::string cmd = {"rm -f "}; in HWTEST_F() local
/developtools/profiler/device/base/test/unittest/
H A Dcommon_test.cpp170 std::string cmd = "rm " + fileName; in HWTEST_F() local
/developtools/profiler/device/plugins/api/src/
H A Dcommand_poller.cpp41 bool CommandPoller::OnCreateSessionCmd(const CreateSessionCmd& cmd, SocketContext& context) const in OnCreateSessionCmd() argument
92 OnStartSessionCmd(const StartSessionCmd& cmd, PluginResult& result) const OnStartSessionCmd() argument
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
H A Dffrt_profiler_test.cpp89 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() argument
118 std::string cmd = CreateCommand(OUTPUT_PATH, 10, "pid", std::to_string(ffrtPrfolerExePid_)); in HWTEST_F() local
127 std::string cmd = CreateCommand(OUTPUT_PATH, 10, "pid", std::to_string(ffrtPrfolerExePid_)); in HWTEST_F() local
/developtools/profiler/device/plugins/hiebpf_plugin/src/
H A Dhiebpf_module.cpp38 void RunCmd(std::string& cmd) in RunCmd() argument
85 std::string cmd = g_config.cmd_line(); in HiebpfSessionStart() local
/developtools/profiler/hiebpf/src/
H A Dhiebpf_data_file.cpp23 MakeShared( const std::string& cmd, const std::string& filename, const std::size_t pages) MakeShared() argument

Completed in 8 milliseconds

123