Home
last modified time | relevance | path

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

123456

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_receive_reliability_handler.cpp184 … for (auto locate = dbIndexers.begin() + place + SMS_PAGE_INCREMENT; locate != dbIndexers.end();) { in GetWapPushUserDataMultipage() local
186 locate++; in GetWapPushUserDataMultipage()
196 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
199 if (locate->GetMsgSeqId() < PDU_POS_OFFSET || locate->GetMsgSeqId() > MAX_SEGMENT_NUM) { in GetWapPushUserDataMultipage()
201 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
205 locate = dbIndexers.erase(locate); in GetWapPushUserDataMultipage()
277 locate++; in GetSmsUserDataMultipage()
280 if (locate->GetMsgSeqId() < PDU_POS_OFFSET || locate->GetMsgSeqId() > MAX_SEGMENT_NUM) { in GetSmsUserDataMultipage()
282 locate = dbIndexers.erase(locate); in GetSmsUserDataMultipage()
285 … pdus->at(locate->GetMsgSeqId() - PDU_POS_OFFSET) = StringUtils::StringToHex(locate->GetPdu()); in GetSmsUserDataMultipage()
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A 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()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sms.c550 int32_t locate = 0; in ReqGetCBConfigInfo() local
552 locate = GetCBConfigData(midsTotal[index], dcss, mode, cellBroadcast, locate); in ReqGetCBConfigInfo()
669 locate++; in GetCBConfigData()
670 return locate; in GetCBConfigData()
675 if (locate == 0) { in UpdataMids()
698 if (locate == 0) { in UpdataMidValues()
715 …for (int32_t locate = 0; locate < len && (locate + 1) * (CHNL_LEN + CHNL_LEN + 1) < MAX_LENGTH; lo… in GetDcss() local
716 if (data[locate].startOfCodeScheme > data[locate].endOfCodeScheme) { in GetDcss()
719 } else if (data[locate].startOfCodeScheme < data[locate].endOfCodeScheme) { in GetDcss()
752 …for (int32_t locate = 0; locate < len && (locate + 1) * (CHNL_LEN + CHNL_LEN + 1) < MAX_LENGTH; lo… in GetMidsAndDcss() local
[all …]
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms_pdu.cpp101 for (uint32_t locate = 0; locate * SPLIT_PDU_LENGTH < targetMmsPdu.size(); locate++) { in SplitPdu() local
102 if ((locate + 1) * SPLIT_PDU_LENGTH < targetMmsPdu.size()) { in SplitPdu()
103 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH, SPLIT_PDU_LENGTH); in SplitPdu()
106 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH); in SplitPdu()
132 size_t locate = url.find_first_of(','); in SplitUrl() local
133 if (locate == 0 || locate == std::string::npos) { in SplitUrl()
136 dbUrls.push_back(url.substr(0, locate)); in SplitUrl()
137 url = url.substr(locate + 1); in SplitUrl()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_persist_helper.cpp114 for (uint32_t locate = 0; locate * SPLIT_PDU_LENGTH < targetMmsPdu.size(); locate++) { in SplitPdu() local
116 if ((locate + 1) * SPLIT_PDU_LENGTH < targetMmsPdu.size()) { in SplitPdu()
117 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH, SPLIT_PDU_LENGTH); in SplitPdu()
120 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH); in SplitPdu()
147 size_t locate = url.find_first_of(','); in SplitUrl() local
148 if (locate == 0 || locate == std::string::npos) { in SplitUrl()
151 dbUrls.push_back(url.substr(0, locate)); in SplitUrl()
152 url = url.substr(locate + 1); in SplitUrl()
H A Dmms_network_client.cpp127 size_t locate = proxy.find(":"); in GetMmsApnPorxy() local
128 …if (locate == 0 || locate == std::string::npos || static_cast<size_t>(locate + 1) == proxy.size())… in GetMmsApnPorxy()
133 httpProxy.host = proxy.substr(0, locate); in GetMmsApnPorxy()
134 std::string port = proxy.substr(locate + 1); in GetMmsApnPorxy()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp250 std::size_t locate = 0; in SetCBConfig() local
252 info[locate].startOfServiceId = configInfo[locate].startOfServiceId; in SetCBConfig()
253 info[locate].endOfServiceId = configInfo[locate].endOfServiceId; in SetCBConfig()
254 info[locate].startOfCodeScheme = configInfo[locate].startOfCodeScheme; in SetCBConfig()
255 info[locate].endOfCodeScheme = configInfo[locate].endOfCodeScheme; in SetCBConfig()
256 info[locate].selected = configInfo[locate].selected; in SetCBConfig()
257 locate++; in SetCBConfig()
614 for (size_t locate = 0; locate < len; locate++) { in GetCBConfigInfo() local
615 if (cellBroadcastInfo[locate].startOfServiceId > cellBroadcastInfo[locate].endOfServiceId) { in GetCBConfigInfo()
618 …} else if (cellBroadcastInfo[locate].startOfServiceId < cellBroadcastInfo[locate].endOfServiceId) { in GetCBConfigInfo()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp112 void TexgineCanvas::DrawSymbol(const RSHMSymbolData &symbol, RSPoint locate, const TexginePaint &pa… in DrawSymbol() argument
119 canvas_->DrawSymbol(symbol, locate); in DrawSymbol()
123 canvas_->DrawSymbol(symbol, locate); in DrawSymbol()
128 canvas_->DrawSymbol(symbol, locate); in DrawSymbol()
H A Dtexgine_canvas.h55 void DrawSymbol(const RSHMSymbolData &symbol, RSPoint locate, const TexginePaint &paint);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md176 ### locate subsection
178 locate(element: T): number
204 | 10200011 | The locate method cannot be bound. |
214 let result = stack.locate(2);
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-trace-other-faqs.md5 …l port, as shown in the following figure. The information can be used to locate the function where…
24 You may not directly locate the fault only with the exception information. Sometimes, the fault can…
26 …yCheck** is called before and after the suspected service logic code to locate the heap memory ov…
30 If the memory of a global variable is illegally accessed, locate the address of the global variable…
H A Dkernel-mini-memory-exception.md6 The OpenHarmony LiteOS-M provides exception handling and debugging measures to help locate and anal…
11 … FP helps locate the parent function's stack frame, which further helps locate the parent function…
13 …d grandfather function. The relationships between the functions help you locate the cause of the e…
50 …ode. During actual product development, use the exception debugging mechanism to locate exceptions.
223 3. Search for the PC (pointing to the instruction being executed) in the .asm file to locate the ab…
225 …rrently executed binary file, search for the PC value **0x2101c61a** and locate the instruction be…
H A Dkernel-mini-memory-debug.md4locate problems related to dynamic memory. The kernel provides a variety of memory debugging metho…
126locate dynamic memory leak problems. After this function is enabled, the dynamic memory automatica…
149 … information indicates the node where the memory leak may occur. You can locate the code based on …
287 …evious node is requested, you need to enable the memory leak check and use LRs to locate the fault.
H A Dkernel-small-debug-memory-leak.md6locate dynamic memory leak problems. After this function is enabled, the dynamic memory mechanism …
29 … information indicates the node where the memory leak may occur. You can locate the code based on …
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp271 for (uint32_t locate = 0; locate < MAX_PDU_PAGES; locate++) { in SplitPdu() local
282 for (uint32_t locate = 0; locate * SPLIT_PDU_LENGTH < targetMmsPdu.size(); locate++) { in SplitPdu() local
283 if ((locate + 1) * SPLIT_PDU_LENGTH < targetMmsPdu.size()) { in SplitPdu()
284 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH, SPLIT_PDU_LENGTH); in SplitPdu()
287 mmsPduData = targetMmsPdu.substr(locate * SPLIT_PDU_LENGTH); in SplitPdu()
/ohos5.0/docs/en/application-dev/napi/
H A Ddebug-performance-profiling-overview.md4 …ceptions and performance issues common with native projects. To help you locate these issues, the …
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stack.md176 ### locate subsection
178 locate(element: T): number
204 | 10200011 | The locate method cannot be bound. |
214 let result = stack.locate(2);
/ohos5.0/base/hiviewdfx/hidumper/
H A 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…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-overview.md38 …erfaces. To help you understand such complex communication processes and locate service faults eff…
42 …uests and cannot detect and recover from faults by itself. To detect and locate this type of fault…
H A Dsubsys-dfx-hisysevent-overview.md6 …mportant information of key processes during system running, helping you locate faults. In additio…
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/
H A DCMakeLists.txt19 # you want CMake to locate.
/ohos5.0/docs/en/application-dev/dfx/
H A Djscrash-guidelines.md3 … JS exception, it generates a JS crash log file. You can view the log to locate the error code and…
82 …matic code, as shown in the following example. You can click the link to locate the problematic co…
187 … project, a hyperlink is provided. You can click the link in DevEco Studio to locate the code line.
193 … intermediate product in the **build** directory to generate TS code and locate the problematic co…
295 Based on the fault logs collected by DevEco Studio FaultLog, you can locate the exception based on …
299 To solve this problem, locate the problematic code line based on the fault log and review the conte…
323 …Based on the preceding JS stack, you can locate the code in the **NetSpeedController.ts** file. Th…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhicollie_8h.md28 …| Reports service thread stuck events and generates timeout logs to help locate application timeou…
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_sms.h41 …ConfigData(char *token, char *dcss, int32_t mode, HRilCBConfigInfo *cellBroadcast, int32_t locate);
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-index-bar.md4 An index bar helps quickly locate a list sorted in alphabetical order.

123456