Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 36) sorted by relevance

12

/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp281 … std::string tmp = ReplaceStr(SEND_RESPONSE_IMPL_STRING, "#SERVER_CLASS_NAME#", server_class_name); in GenSendResponseImpl() local
300 … std::string tmp = ReplaceStr(ON_RESPONSE_IMPL_STRING, "#CLIENT_CLASS_NAME#", client_class_name); in GenOnResponseImpl() local
320 … std::string tmp = ReplaceStr(SERVICE_CALL_IMPL_STRING, "#SERVER_CLASS_NAME#", server_class_name); in GenServiceCallImpl() local
356 std::string tmp = ReplaceStr(CLIENT_PROC_IMPL_STRING, "#BASE_NAME#", baseName_); in GenClientProcImpl() local
403 …std::string tmp = ReplaceStr(CLIENT_REQUEST_IMPL_STRING, "#CLIENT_CLASS_NAME#", client_class_name); in GenClientRequestImpl() local
433 std::string tmp = ReplaceStr(SERVICE_PROC_IMPL_STRING, "#BASE_NAME#", baseName_); in GenServiceProcImpl() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp247 std::size_t tmp = hashList.front(); variable
258 std::size_t tmp = hashList.back(); variable
270 std::size_t tmp = hashList.front(); variable
285 std::size_t tmp = hashList.back(); variable
300 std::size_t tmp = hashList.front(); variable
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp247 std::size_t tmp = hashList.front(); variable
258 std::size_t tmp = hashList.back(); variable
270 std::size_t tmp = hashList.front(); variable
285 std::size_t tmp = hashList.back(); variable
300 std::size_t tmp = hashList.front(); variable
Dcpu_usage_test.cpp76 std::string tmp; in GetVmRSSLine() local
/developtools/profiler/hiebpf/src/
Dbpf_event_receiver.cpp207 char* tmp = reinterpret_cast<char*>(dest); in WriteEventMaps() local
241 char* tmp = reinterpret_cast<char*>(dest); in WriteSymbolInfo() local
266 char tmp = 0; in ReverseStr() local
Dhiebpf_data_file.cpp73 char *tmp = static_cast<char *>(Reserve(bufSize + sizeof(uint32_t) * 2)); in WriteKernelSymbol() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DEscapeCharacter.java62 StringBuffer tmp = new StringBuffer(); in unescape() local
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_common.cpp31 std::string tmp; in SplitString() local
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_common.cpp31 std::string tmp; in SplitParamValue() local
/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp192 FpsInfo tmp; in GetSurfaceFrame() local
229 char tmp[1024]; in ReadDataFromPipe() local
Dsp_parse_fps.cpp27 SpString tmp = content.substr(index, tEnd - index); in StrSplit() local
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp235 string tmp(cmd); in SetDeviceRunMode() local
273 string tmp(token); in SetDeviceRunMode() local
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp230 char tmp[TX_BYTES_INDEX + 1] = {0}; in ReadTxRxBytes() local
298 char tmp[TX_BYTES_INDEX + 1] = ""; in ReadSystemTxRxBytes() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java131 SignContentHash tmp = hashData.get(i); in getByteContent() local
/developtools/hdc/src/host/
Dtranslate.cpp275 const char *tmp = input + strlen("tmode port "); in RunMode() local
/developtools/hdc/src/common/
Dheader.cpp136 uint8_t *tmp = reinterpret_cast<uint8_t*>(this); in UpdataCheckSum() local
/developtools/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts371 const tmp = new Uint8Array(buffer1.byteLength + buffer2.byteLength); constant
/developtools/global_resource_tool/src/
Dtranslatable_parser.cpp151 string tmp; in GetReplaceStringTranslate() local
Dkey_parser.cpp170 vector<KeyParam> tmp; in ParseLSR() local
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/
Dptreader_parser.cpp240 int32_t tmp = traceDataCache_->parserThreadNum_; in ParseTraceDataItem() local
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp113 auto tmp = fucSubToSummaryType.find(fsFixedHeadrAddr->type); in ParseFileSystemEvent() local
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp180 char *tmp = strchr(buf, '|'); in ParseHidumpInfo() local
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler.cpp210 std::string tmp(src); in GetThreadName() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignElf.java110 String tmp = "tmpFile" + new Date().getTime(); in alignFileBy4kBytes() local
/developtools/hdc/hdc_rust/src/common/
Dbase.rs100 let tmp = path.to_lowercase(); in is_absolute_path() localVariable

12