/developtools/integration_verification/tools/deps_guard/elf_file_mgr/ |
D | utils.py | 34 def command(command, *args): argument
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | subcommand_help.cpp | 54 for (const auto &command : commands) { in OnHelp() local 59 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
|
/developtools/hiperf/src/ |
D | subcommand_help.cpp | 52 for (const auto &command : commands) { in OnHelp() local 57 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
|
D | tracked_command.cpp | 28 std::unique_ptr<TrackedCommand> command {new (std::nothrow) TrackedCommand(args)}; in CreateInstance() local
|
/developtools/hiperf/script/ |
D | make_report_sample.py | 25 def get_used_binaries(perf_data, command): argument
|
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 92 int AsyncCmd::Popen(string command, bool readWrite, int &cpid) in Popen() 140 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand()
|
D | task.cpp | 53 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() 96 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
|
D | file.cpp | 37 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer() 67 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters() 310 bool HdcFile::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
D | task.h | 25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
D | session.h | 48 InnerCtrlCommand command; member 72 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() 112 …tual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() 147 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch()
|
D | forward.cpp | 206 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() 523 bool HdcForwardBase::BeginForward(const string &command, string &sError) in BeginForward() 736 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch() 786 bool HdcForwardBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
|
/developtools/hdc/test/unittest/common/include/ |
D | HdcJdwpTest.h | 36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
/developtools/hdc/src/host/ |
D | host_app.cpp | 29 bool HdcHostApp::BeginInstall(CtxFile *context, const char *command) in BeginInstall() 149 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
D | client.h | 61 string command; variable
|
D | host_updater.cpp | 147 bool HostUpdater::CheckCmd(HdcCommand command, uint8_t *payload, int payloadSize, size_t paramCount) in CheckCmd() 169 bool HostUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() 232 bool HostUpdater::CheckUpdateContinue(const uint16_t command, const uint8_t *payload, int payloadSi… in CheckUpdateContinue()
|
D | host_unity.cpp | 129 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
/developtools/hdc/src/daemon/ |
D | daemon.cpp | 147 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 324 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 394 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
D | daemon_app.cpp | 43 bool HdcDaemonApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | test_main.cpp | 53 std::string command = "rm " + writeFile; in IoTest() local
|
/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_service_impl.cpp | 91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
|
/developtools/integration_verification/DeployDevice/resource/common/ |
D | cbg_start.py | 121 command = "%s -Bu %s %s" % (python_exe_file, excute_file, configPath) variable
|
/developtools/profiler/device/plugins/hisysevent_plugin/src/ |
D | hisysevent_plugin.cpp | 211 FILE* HisyseventPlugin::CustomPopen(char* const command[], const char* type) in CustomPopen()
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_task.cpp | 22 static ExceptionMsg ParseToTask(std::string command, TaskInfo &taskInfo) in ParseToTask()
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
D | plugin_service_types.proto | 71 oneof command { oneof
|
/developtools/profiler/device/plugins/hidump_plugin/src/ |
D | hidump_plugin.cpp | 180 FILE* HidumpPlugin::CustomPopen(const char* command, const char* type) in CustomPopen()
|