Home
last modified time | relevance | path

Searched refs:locate (Results 1 – 7 of 7) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dsms_receive_reliability_handler.cpp182 … for (auto locate = dbIndexers.begin() + place + SMS_PAGE_INCREMENT; locate != dbIndexers.end();) { in GetWapPushUserDataMultipage() local
183 if (dbIndexers[place].GetMsgRefId() != locate->GetMsgRefId()) { in GetWapPushUserDataMultipage()
184 locate++; in GetWapPushUserDataMultipage()
187 if (locate->GetPdu().size() > 0) { in GetWapPushUserDataMultipage()
190 pdu = StringUtils::StringToHex(locate->GetPdu()); in GetWapPushUserDataMultipage()
194 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
197 if (locate->GetMsgSeqId() < PDU_POS_OFFSET || locate->GetMsgSeqId() > MAX_SEGMENT_NUM) { in GetWapPushUserDataMultipage()
199 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
202 userDataRaws->at(locate->GetMsgSeqId() - PDU_POS_OFFSET) = baseMessage->GetRawUserData(); in GetWapPushUserDataMultipage()
203 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
[all …]
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_tpdu_codec.cpp84 for (uint16_t locate = 0; locate < bufLen; locate++) { in EncodeSmsPdu() local
85 pdu[locate] = static_cast<char>(buf[locate]); in EncodeSmsPdu()
99 for (int locate = 0; locate < TpduLen; locate++) { in DecodeSmsPdu() local
100 pduData[locate] = static_cast<char>(pTpdu[locate]); in DecodeSmsPdu()
/base/hiviewdfx/hicollie/
DREADME.md14 …ified framework for fault detection and fault log generation to help you locate software timeout f…
/base/hiviewdfx/hidumper/
DREADME.md11 …ction tool provided by OpenHarmony for development and test personnel to analyze and locate faults.
52 …ormation, and process stack information, and then use the information to analyze and locate faults.
57 HiDumper helps you export basic system information to locate and analyze faults. When passing compl…
/base/hiviewdfx/hisysevent/
DREADME.md13 …mportant information of key processes during system running, helping you locate faults. In additio…
/base/hiviewdfx/hitrace/
DREADME.md15 …obtain the run log for the call chain of a specified service process and locate faults in cross-de…
/base/hiviewdfx/faultloggerd/
DREADME.md17 …untime crash logs in OpenHarmony. You can find crash logs in the preset directory to locate faults.