| /developtools/bytrace/script/ |
| D | bytrace_capture.bat | 14 @echo off 15 hdc_std shell "echo > /sys/kernel/debug/tracing/trace" 16 hdc_std shell "echo 4096 > /sys/kernel/debug/tracing/saved_cmdlines_size" 18 hdc_std shell "echo > /sys/kernel/debug/tracing/trace"
|
| /developtools/hdc/src/daemon/ |
| D | daemon_app.cpp | 107 string echo = result; in AsyncInstallFinish() local 108 echo = Base::ReplaceAll(echo, "\n", " "); in AsyncInstallFinish() 112 vecBuf.insert(vecBuf.end(), (uint8_t *)echo.c_str(), (uint8_t *)echo.c_str() + echo.size()); in AsyncInstallFinish()
|
| /developtools/hiperf/test/fuzztest/resource/ |
| D | send_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/resource/ |
| D | send_dwarf_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| D | send_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| /developtools/hiperf/test/unittest/resource/ |
| D | send_dwarf_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| D | send_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| D | send_report_to_device.bat | 13 @echo off 15 echo DIR=%DIR% 19 echo %%f
|
| /developtools/hapsigner/autosign/ |
| D | sign_elf.bat | 14 @echo off 17 @echo on
|
| D | create_root.bat | 14 @echo off 17 @echo on
|
| D | sign_hap.bat | 14 @echo off 17 @echo on
|
| D | create_appcert_sign_profile.bat | 14 @echo off 17 @echo on
|
| /developtools/hiperf/src/ |
| D | hiperf_libreport.cpp | 27 const char *EchoLoopBack(const char *echo) in EchoLoopBack() argument 29 HLOGD("EchoLoopBack:%s\n", echo); in EchoLoopBack() 30 return echo; in EchoLoopBack()
|
| /developtools/hdc/src/host/ |
| D | server.h | 33 virtual void EchoToClientsForSession(uint32_t targetSessionId, const string &echo); 50 void BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo);
|
| D | server_for_client.cpp | 433 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST, "", hfi); in RemoveForward() local 434 if (!echo.length()) { in RemoveForward() 438 Base::SplitString(echo, string("\n"), filterStrings); in RemoveForward() 518 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST_FULL, "", hfi); in DoCommandLocal() local 519 if (!echo.length()) { in DoCommandLocal() 520 echo = EMPTY_ECHO; in DoCommandLocal() 522 EchoClient(hChannel, MSG_OK, const_cast<char *>(echo.c_str())); in DoCommandLocal()
|
| D | server.cpp | 615 void HdcServer::BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo) in BuildForwardVisableLine() argument 624 echo += buf; in BuildForwardVisableLine() 1001 void HdcServer::EchoToClientsForSession(uint32_t targetSessionId, const string &echo) in EchoToClientsForSession() argument 1004 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession() 1005 hSfc->EchoToAllChannelsViaSessionId(targetSessionId, echo); in EchoToClientsForSession()
|
| /developtools/hiperf/ |
| D | clang_format_all.bat | 14 @echo off
|
| /developtools/integration_verification/tools/fotff/pkg/dayu200/ |
| D | dayu200.go | 46 …compileCMD = `echo 'start' && export NO_DEVTOOL=1 && export CCACHE_LOG_SUFFIX="dayu200-arm32" && e…
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 567 void HdcChannelBase::EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo) in EchoToAllChannelsViaSessionId() argument 572 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToAllChannelsViaSessionId() 573 EchoToClient(hChannel, (uint8_t *)echo.c_str(), echo.size()); in EchoToAllChannelsViaSessionId()
|
| D | channel.h | 30 void EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo);
|
| D | session.h | 94 int SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo = false);
|
| D | session.cpp | 772 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo ) in SendByProtocol() argument 784 if (echo && !hSession->serverOrDaemon) { in SendByProtocol()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 135402 void (*echo)(struct pps_device *, int, void *); member 146411 } echo; member 160080 u16 echo: 1; member
|