| /developtools/hdc/src/daemon/ |
| D | daemon_app.cpp | 103 string echo = result; in AsyncInstallFinish() local 104 echo = Base::ReplaceAll(echo, "\n", " "); in AsyncInstallFinish() 108 vecBuf.insert(vecBuf.end(), (uint8_t *)echo.c_str(), (uint8_t *)echo.c_str() + echo.size()); in AsyncInstallFinish()
|
| /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/hiperf/test/fuzztest/resource/ |
| 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/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/hapsigner/autosign/ |
| D | sign_hap.bat | 14 @echo off 17 @echo on
|
| D | sign_elf.bat | 14 @echo off 17 @echo on
|
| D | create_appcert_sign_profile.bat | 14 @echo off 17 @echo on
|
| D | create_root.bat | 14 @echo off 17 @echo on
|
| /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 | 424 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST, "", hfi); in RemoveForward() local 425 if (!echo.length()) { in RemoveForward() 429 Base::SplitString(echo, string("\n"), filterStrings); in RemoveForward() 509 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST_FULL, "", hfi); in DoCommandLocal() local 510 if (!echo.length()) { in DoCommandLocal() 511 echo = EMPTY_ECHO; in DoCommandLocal() 513 EchoClient(hChannel, MSG_OK, const_cast<char *>(echo.c_str())); in DoCommandLocal()
|
| D | server.cpp | 629 void HdcServer::BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo) in BuildForwardVisableLine() argument 638 echo += buf; in BuildForwardVisableLine() 1015 void HdcServer::EchoToClientsForSession(uint32_t targetSessionId, const string &echo) in EchoToClientsForSession() argument 1018 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession() 1019 hSfc->EchoToAllChannelsViaSessionId(targetSessionId, echo); in EchoToClientsForSession()
|
| /developtools/hiperf/src/ |
| D | hiperf_libreport.cpp | 33 const char *EchoLoopBack(const char *echo) in EchoLoopBack() argument 35 HLOGD("EchoLoopBack:%s\n", echo); in EchoLoopBack() 36 return echo; in EchoLoopBack()
|
| /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 | 544 void HdcChannelBase::EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo) in EchoToAllChannelsViaSessionId() argument 549 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToAllChannelsViaSessionId() 550 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 | 756 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo ) in SendByProtocol() argument 767 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
|