Home
last modified time | relevance | path

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

123

/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp245 std::size_t tmp = hashList.front(); variable
256 std::size_t tmp = hashList.back(); variable
268 std::size_t tmp = hashList.front(); variable
283 std::size_t tmp = hashList.back(); variable
298 std::size_t tmp = hashList.front(); variable
312 std::size_t tmp = hashList.back(); variable
/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.cpp246 std::size_t tmp = hashList.front(); variable
257 std::size_t tmp = hashList.back(); variable
269 std::size_t tmp = hashList.front(); variable
284 std::size_t tmp = hashList.back(); variable
299 std::size_t tmp = hashList.front(); variable
/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
270 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_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp220 CodeSignBlockHeader tmp = api->GetCodeSignBlockHeader(); variable
249 HapInfoSegment tmp = api->GetHapInfoSegment(); variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DEscapeCharacter.java62 StringBuilder tmp = new StringBuilder(); 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/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_content_info.cpp78 for (const auto& tmp : m_hashData) { in GetByteContent() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
Deffective.cpp89 std::string tmp = SetHiperf(traceName); in GetHiperf() local
/developtools/profiler/host/smartperf/client/client_command/
Deffective.cpp89 std::string tmp = SetHiperf(traceName); in GetHiperf() local
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp293 string tmp(cmd); in SetDeviceRunMode() local
331 string tmp(token); in SetDeviceRunMode() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java129 SignContentHash tmp = hashData.get(i); in getByteContent() local
/developtools/hdc/src/host/
Dtranslate.cpp341 const char *tmp = input + strlen("tmode port "); in RunMode() local
/developtools/smartperf_host/smartperf_host/ide/src/hdc/
DHdcDeviceManager.ts378 const tmp = new Uint8Array(buffer1.byteLength + buffer2.byteLength); constant
/developtools/hdc/src/common/
Dheader.cpp142 uint8_t *tmp = reinterpret_cast<uint8_t*>(this); in UpdataCheckSum() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp486 ASN1_STRING* tmp = ASN1_STRING_new(); variable
511 ASN1_TIME* tmp = NULL; variable
543 ASN1_TIME* tmp = NULL; variable
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp201 char *tmp = strchr(buf, '|'); in ParseHidumpInfo() local
/developtools/hdc/credential/
Dmain.cpp30 uint8_t tmp; in BytetoHex() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ptreader_parser/
Dptreader_parser.cpp240 int32_t tmp = traceDataCache_->parserThreadNum_; in ParseTraceDataItem() local
/developtools/global_resource_tool/src/
Dtranslatable_parser.cpp159 string tmp; in GetReplaceStringTranslate() local
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp295 char tmp[TX_BYTES_INDEX + 1] = {0}; in ReadTxRxBytes() local
363 char tmp[TX_BYTES_INDEX + 1] = ""; in ReadSystemTxRxBytes() local
/developtools/smartperf_host/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/network_profiler/client/src/
Dnetwork_profiler.cpp215 std::string tmp(src); in GetThreadName() local

123