/developtools/hiperf/test/unittest/common/native/ |
D | cpu_usage_test.cpp | 58 std::string cmd = "pidof " + procName; in GetPidByProcessName() local 218 std::string cmd = "hiperf record -a -f 100 -s fp -d 10"; variable 234 std::string cmd = "hiperf record -a -f 500 -s fp -d 10"; variable 250 std::string cmd = "hiperf record -a -f 1000 -s fp -d 10"; variable 266 std::string cmd = "hiperf record -a -f 2000 -s fp -d 10"; variable 282 std::string cmd = "hiperf record -a -f 4000 -s fp -d 10"; variable 298 std::string cmd = "hiperf record -a -f 8000 -s fp -d 10"; variable 314 std::string cmd = "hiperf record -a -f 100 -s dwarf -d 10"; variable 330 std::string cmd = "hiperf record -a -f 500 -s dwarf -d 10"; variable 346 std::string cmd = "hiperf record -a -f 1000 -s dwarf -d 10"; variable [all …]
|
/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_command_builder.cpp | 31 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>(); in BuildStartSessionCmd() local 78 auto cmd = std::make_shared<GetCommandResponse>(); in BuildStopSessionCmd() local 93 auto cmd = std::make_shared<GetCommandResponse>(); in BuildRefreshSessionCmd() local
|
D | plugin_service.cpp | 140 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize); in CreatePluginSession() local 191 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local 209 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local 226 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local 254 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local 284 auto cmd = pluginCommandBuilder_->BuildRefreshSessionCmd(pluginId); in RefreshPluginSession() local
|
/developtools/profiler/device/cmds/test/unittest/ |
D | hiprofiler_cmd_test.cpp | 89 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() 507 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable 542 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable 582 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable 615 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s -l -k"; variable 632 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -l -k"; variable 647 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -k"; variable 659 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable 690 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s"; variable 735 std::string cmd = "cp " + DEFAULT_SO_PATH + "libhiperfplugin.z.so " + DEFAULT_PATH; variable [all …]
|
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
D | liteOsUpgrade_L2_app.py | 385 def eraseDevice(self, cmd, usb_port): argument 412 def catchEraseFail(self,cmd): argument 418 def getPsPid(ser, cmd, ps): argument 474 def sendCmd(ser, cmd, timeout): argument 492 def sendHdcCmd(cmd): argument 512 def executeHdcCmd(cmd): argument
|
D | liteOsUpgrade_L1_shequ_app copy.py | 373 def eraseDevice(self, cmd, usb_port): argument 435 def sendCmd(ser, cmd, timeout): argument
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_utils.cpp | 78 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() 198 std::string cmd = "hidumper -s AbilityManagerService -a '-a' | grep 'bundle name' | head -n 1"; in GetTopPkgName() local 209 std::string cmd = "hisysevent -r -o PERFORMANCE -n APP_START"; in GetRadar() local 216 std::string cmd = "hidumper -s 10 -a screen"; in GetScreen() local 226 std::string cmd = "hisysevent -r -o PERFORMANCE -n INTERACTION_JANK"; in GetRadarFrame() local 233 std::string cmd = "hisysevent -r -n INTERACTION_RESPONSE_LATENCY"; in GetRadarResponse() local 240 std::string cmd = "hisysevent -r -n INTERACTION_COMPLETED_LATENCY"; in GetRadarComplete() local 245 static std::string GetSplitOne(std::string cmd) in GetSplitOne()
|
/developtools/profiler/hiebpf/src/ |
D | hiebpf.cpp | 78 …HiebpfIpcCommand cmd = *(const_cast<HiebpfIpcCommand*>(reinterpret_cast<const HiebpfIpcCommand*>(d… in HandleIpcMessage() local 99 HiebpfIpcCommand cmd, uint32_t timeout) in SendIpcCommand() 162 std::string cmd; in main() local 364 static inline BPFConfig GenBPFConfigFromFlags(const std::string &cmd) in GenBPFConfigFromFlags()
|
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/ |
D | hidump_plugin_unittest.cpp | 129 const char *cmd = ""; variable 152 const char *cmd = "SP_daemon -profilerfps 0"; variable 221 std::string cmd = "cat " + file; in RecordFileExist() local 251 std::string cmd = "echo \"123\" > " + fileName; variable 288 std::string cmd = "echo \"123\" > " + fileName; variable
|
/developtools/hdc/src/host/ |
D | client.cpp | 73 bool HdcClient::StartKillServer(const char *cmd, bool startOrKill) in StartKillServer() 209 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32() 259 void HdcClient::RunCommand(const string& cmd) in RunCommand() 278 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand() 287 bool IsCaptureCommand(const string& cmd) in IsCaptureCommand() 444 char *cmd = hChannel->bufStd; in ReadStd() local 582 uint16_t cmd = 0; in ReadChannel() local 704 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()
|
/developtools/hiperf/interfaces/innerkits/native/src/ |
D | hiperf_client.cpp | 351 void Client::PrepareExecCmd(std::vector<std::string> &cmd) in PrepareExecCmd() 371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd() 383 void Client::GetExecCmd(std::vector<std::string> &cmd, in GetExecCmd() 431 std::vector<std::string> cmd; in Start() local 463 void Client::ChildRunExecv(std::vector<std::string> &cmd) in ChildRunExecv() 568 std::vector<std::string> cmd; in RunHiperfCmdSync() local 629 bool Client::SendCommandAndWait(const std::string &cmd) in SendCommandAndWait()
|
/developtools/hdc/src/daemon/ |
D | shell.cpp | 138 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo() 187 int HdcShell::ThreadFork(const char *cmd, const char *arg0, const char *arg1) in ThreadFork() 211 const char *cmd = params.cmdParam; in ShellFork() local 244 int HdcShell::CreateSubProcessPTY(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in CreateSubProcessPTY()
|
D | daemon_unity.cpp | 175 bool HdcDaemonUnity::RebootDevice(const string &cmd) in RebootDevice() 181 bool HdcDaemonUnity::SetDeviceRunMode(void *daemonIn, const char *cmd) in SetDeviceRunMode() 203 inline bool HdcDaemonUnity::GetHiLog(const char *cmd) in GetHiLog()
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
D | hiperf_module.cpp | 85 bool RunCommand(const std::string& cmd) in RunCommand() 135 for (const auto &cmd : cmds) { in HiperfPluginSessionStart() local 151 std::string cmd; in HiperfPluginSessionStop() local
|
/developtools/hdc/hdc_rust/src/daemon/ |
D | task.rs | 58 let cmd = String::from_utf8(task_message.payload).unwrap(); in daemon_shell_task() localVariable 220 let cmd = if task_message.payload.len() == 1 && task_message.payload[0] == 104 { in daemon_hilog_task() localVariable 303 let cmd = task_message.command; in dispatch_task() localVariable
|
/developtools/profiler/device/plugins/hiebpf_plugin/src/ |
D | hiebpf_module.cpp | 37 void RunCmd(std::string& cmd) in RunCmd() 80 std::string cmd = g_config.cmd_line(); in HiebpfSessionStart() local
|
/developtools/profiler/hiebpf/test/unittest/ |
D | bpf_controller_test.cpp | 41 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase() local 45 std::string cmd = "rm " + HIEBPF_FILE_NAME; in TearDownTestCase() local
|
D | ipc_unix_socket_test.cpp | 63 std::string cmd = "test command"; variable 89 std::string cmd = "test command"; variable
|
/developtools/hdc/scripts/ |
D | hdc_test.py | 127 def command_judge(cmd): argument 139 def command_callback(cmd, head, need_del, res=""): argument 267 def run_command(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument 278 def run_command_stdout(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | block.proto | 104 string cmd = 6; field 115 string cmd = 7; field 126 string cmd = 7; field 146 string cmd = 5; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | block.proto | 104 string cmd = 6; field 115 string cmd = 7; field 126 string cmd = 7; field 146 string cmd = 5; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | block.proto | 104 string cmd = 6; field 115 string cmd = 7; field 126 string cmd = 7; field 146 string cmd = 5; field
|
/developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/ |
D | whitelist.json | 5 "cmd":"mount_fstab", string 10 "cmd":"load_access_token_id", string 15 "cmd":"init_global_key", string
|
/developtools/profiler/device/plugins/api/src/ |
D | command_poller.cpp | 41 bool CommandPoller::OnCreateSessionCmd(const CreateSessionCmd& cmd, SocketContext& context) const in OnCreateSessionCmd() argument 92 bool CommandPoller::OnStartSessionCmd(const StartSessionCmd& cmd, PluginResult& result) const in OnStartSessionCmd() argument
|
/developtools/integration_verification/DeployDevice/src/aw/Telnet/ |
D | TelnetClient.py | 73 def sendCmdAndCheckResult(self, cmd, endtag, timeout): argument 86 def sendCmdAndCheckSucTag(self, cmd, endtag, suctag , timeout): argument
|