Home
last modified time | relevance | path

Searched defs:aMore (Results 1 – 5 of 5) sorted by relevance

/openthread-3.7.0/src/cli/
Dcli_coap.cpp1100 bool aMore, in BlockwiseReceiveHook()
1109 bool aMore, in BlockwiseReceiveHook()
1129 bool *aMore) in BlockwiseTransmitHook()
1134 …ap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook()
Dcli_coap_secure.cpp991 bool aMore, in BlockwiseReceiveHook()
1001 bool aMore, in BlockwiseReceiveHook()
1021 bool *aMore) in BlockwiseTransmitHook()
1026 …re::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook()
/openthread-3.7.0/src/core/api/
Dcoap_api.cpp107 otError otCoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock2Option()
112 otError otCoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock1Option()
/openthread-3.7.0/src/core/coap/
Dcoap.hpp222 bool aMore, in HandleBlockReceive()
Dcoap_message.cpp278 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()