Home
last modified time | relevance | path

Searched refs:bytesPos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Ddynamic_buffer.cpp47 const size_t bytesPos = 7; in GetPerCpuStatsInfo() local
56 traceStats.bytes = std::stod(line.substr(bytesPos)); in GetPerCpuStatsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp428 constexpr int32_t bytesPos = 1; in ExtractIcmpSeqInfo() local
435 icmpRespInfo.bytes_ = static_cast<uint16_t>(CommonUtils::StrToUint(match[bytesPos].str())); in ExtractIcmpSeqInfo()