Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 23 of 23) sorted by relevance

/developtools/bytrace/script/
Dbytrace_capture.bat14 @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/
Ddaemon_app.cpp107 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/
Dsend_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
Dsend_dwarf_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
Dsend_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
/developtools/hiperf/test/unittest/resource/
Dsend_dwarf_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
Dsend_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
Dsend_report_to_device.bat13 @echo off
15 echo DIR=%DIR%
19 echo %%f
/developtools/hapsigner/autosign/
Dsign_elf.bat14 @echo off
17 @echo on
Dcreate_root.bat14 @echo off
17 @echo on
Dsign_hap.bat14 @echo off
17 @echo on
Dcreate_appcert_sign_profile.bat14 @echo off
17 @echo on
/developtools/hiperf/src/
Dhiperf_libreport.cpp27 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/
Dserver.h33 virtual void EchoToClientsForSession(uint32_t targetSessionId, const string &echo);
50 void BuildForwardVisableLine(bool fullOrSimble, HForwardInfo hfi, string &echo);
Dserver_for_client.cpp433 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()
Dserver.cpp615 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/
Dclang_format_all.bat14 @echo off
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Ddayu200.go46 …compileCMD = `echo 'start' && export NO_DEVTOOL=1 && export CCACHE_LOG_SUFFIX="dayu200-arm32" && e…
/developtools/hdc/src/common/
Dchannel.cpp567 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()
Dchannel.h30 void EchoToAllChannelsViaSessionId(uint32_t targetSessionId, const string &echo);
Dsession.h94 int SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo = false);
Dsession.cpp772 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/
Dvmlinux.h135402 void (*echo)(struct pps_device *, int, void *); member
146411 } echo; member
160080 u16 echo: 1; member