Searched refs:locate (Results 1 – 7 of 7) sorted by relevance
182 … for (auto locate = dbIndexers.begin() + place + SMS_PAGE_INCREMENT; locate != dbIndexers.end();) { in GetWapPushUserDataMultipage() local183 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 …]
84 for (uint16_t locate = 0; locate < bufLen; locate++) { in EncodeSmsPdu() local85 pdu[locate] = static_cast<char>(buf[locate]); in EncodeSmsPdu()99 for (int locate = 0; locate < TpduLen; locate++) { in DecodeSmsPdu() local100 pduData[locate] = static_cast<char>(pTpdu[locate]); in DecodeSmsPdu()
14 …ified framework for fault detection and fault log generation to help you locate software timeout f…
11 …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…
13 …mportant information of key processes during system running, helping you locate faults. In additio…
15 …obtain the run log for the call chain of a specified service process and locate faults in cross-de…
17 …untime crash logs in OpenHarmony. You can find crash logs in the preset directory to locate faults.