Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c365 uint32_t i = msgIdList->startIdx;
366 …if (msgIdList->startIdx >= COAP_MAX_MSGID_RESERVE_NUM || msgIdList->endIdx >= COAP_MAX_MSGID_RESER…
374 if (i == msgIdList->endIdx) {
379 msgIdList->startIdx = (msgIdList->startIdx + 1) % COAP_MAX_MSGID_RESERVE_NUM;
380 i = msgIdList->startIdx;
397 msgIdList->endIdx = 0;
398 msgIdList->startIdx = 0;
402 if (idx == msgIdList->startIdx) {
403 msgIdList->startIdx = (msgIdList->startIdx + 1) % COAP_MAX_MSGID_RESERVE_NUM;
406 msgIdList->msgIdRecord[idx].msgId = msgId;
[all …]