Home
last modified time | relevance | path

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

/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/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
Delf_parser_test.cpp1109 auto tmp = StringSplit(magicLine, " "); in GetMagic() 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
Delf_parser_test.cpp1096 auto tmp = StringSplit(magicLine, " "); in GetMagic() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DEscapeCharacter.java61 StringBuffer tmp = new StringBuffer(); in unescape() local
/developtools/profiler/host/smartperf/client/client_command/
DCPU.cpp130 size_t tmp = 0; in CacWorkload() local
143 size_t tmp = 0; in CacWorkload() local
DFPS.cpp117 FpsInfo tmp; in GetSurfaceFrame() local
125 static char tmp[1024]; in GetSurfaceFrame() local
Dsp_utils.cpp125 std::string tmp = content.substr(index, tEnd - index); in StrSplit() local
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp73 std::string tmp = content.substr(index, tEnd - index); in StrSplit() local
140 char tmp[1024]; in ProcessResult() local
196 FpsInfo tmp; in GetSurfaceFrame() 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/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp211 char tmp[TX_BYTES_INDEX + 1] = {0}; in ReadTxRxBytes() local
279 char tmp[TX_BYTES_INDEX + 1] = ""; in ReadSystemTxRxBytes() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp64 auto tmp = fucSubToSummaryType.find(fsFixedHeadrAddr->type); in ParseFileSystemEvent() local
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp159 char *tmp = strchr(buf, '|'); in ParseHidumpInfo() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_parser.cpp131 int tmp = maxThread_; in ParseTraceDataItem() local
/developtools/global_resource_tool/src/
Dkey_parser.cpp139 vector<KeyParam> tmp; in ParseLSR() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp250 int tmp = maxThread_; in ParseTraceDataItem() local
/developtools/profiler/device/base/src/
Dcommon.cpp301 std::string tmp; in SplitString() local
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c411 unsigned int tmp = data; in bitMapNum() local
Dmalloc_test.cpp429 unsigned int tmp = data; in BitMapNum() local
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp166 StackOnDepth tmp; in UpdateDepth() local
/developtools/packing_tool/adapter/ohos/
DCompressor.java1314 …String tmp = thirdLevelDirectoryName.substring(sixthDelimiterIndex + 1, thirdLevelDirectoryName.le… in isThirdLevelDirectoryNameValid() local
1384 private boolean checkColorModeOrShape(String tmp) { in checkColorModeOrShape()