/developtools/hiperf/test/unittest/common/native/ |
D | cpu_usage_test.cpp | 58 std::string cmd = "pidof " + procName; in GetPidByProcessName() local 220 std::string cmd = "hiperf record -a -f 100 -s fp -d 10"; variable 236 std::string cmd = "hiperf record -a -f 500 -s fp -d 10"; variable 252 std::string cmd = "hiperf record -a -f 1000 -s fp -d 10"; variable 268 std::string cmd = "hiperf record -a -f 2000 -s fp -d 10"; variable 284 std::string cmd = "hiperf record -a -f 4000 -s fp -d 10"; variable 300 std::string cmd = "hiperf record -a -f 8000 -s fp -d 10"; variable 316 std::string cmd = "hiperf record -a -f 100 -s dwarf -d 10"; variable 332 std::string cmd = "hiperf record -a -f 500 -s dwarf -d 10"; variable 348 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 | 121 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize); in CreatePluginSession() local 167 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local 185 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local 201 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local 237 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local 263 auto cmd = pluginCommandBuilder_->BuildRefreshSessionCmd(pluginId); in RefreshPluginSession() local
|
/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/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 = "GP_daemon_fps 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() 207 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32() 257 void HdcClient::RunCommand(const string& cmd) in RunCommand() 276 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand() 285 bool IsCaptureCommand(const string& cmd) in IsCaptureCommand() 441 char *cmd = hChannel->bufStd; in ReadStd() local 578 uint16_t cmd = 0; in ReadChannel() local 687 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 | 130 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo() 165 int HdcShell::ThreadFork(const char *cmd, const char *arg0, const char *arg1) in ThreadFork() 185 const char *cmd = params.cmdParam; in ShellFork() local 218 int HdcShell::CreateSubProcessPTY(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in CreateSubProcessPTY()
|
D | daemon_unity.cpp | 174 bool HdcDaemonUnity::RebootDevice(const string &cmd) in RebootDevice() 180 bool HdcDaemonUnity::SetDeviceRunMode(void *daemonIn, const char *cmd) in SetDeviceRunMode() 202 inline bool HdcDaemonUnity::GetHiLog(const char *cmd) in GetHiLog()
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
D | hiperf_module.cpp | 82 bool RunCommand(const std::string& cmd) in RunCommand() 123 for (const auto &cmd : cmds) { in HiperfPluginSessionStart() local 134 std::string cmd; in HiperfPluginSessionStop() local
|
/developtools/profiler/device/cmds/test/unittest/ |
D | hiprofiler_cmd_test.cpp | 82 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand() 289 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable 324 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable 364 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
|
/developtools/profiler/device/plugins/hiebpf_plugin/src/ |
D | hiebpf_module.cpp | 34 void RunCmd(std::string& cmd) in RunCmd() 68 std::string cmd = 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/host/smartperf/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/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/profiler/host/smartperf/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/profiler/device/plugins/hilog_plugin/test/unittest/ |
D | hilog_plugin_unittest.cpp | 110 std::string cmd = "find /data/local/tmp -name \"" + std::string(name) + "*\""; in RecordFileExist() local 902 const char* cmd = nullptr; variable 916 const char* cmd = ""; variable 932 const char* cmd = "echo this is a test!"; variable 948 const char* cmd = ""; variable 964 const char* cmd = "ls"; variable 981 std::string cmd = std::string("mkdir ") + testPath; variable 1114 std::string cmd = std::string("rm ") + oldFile; variable
|
/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/host/smartperf/client/client_command/ |
D | control_call_cmd.cpp | 126 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in SlideFPS() local 197 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in StartFrameFps() local 228 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in ColdStart() local 272 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in HotStart() local
|