Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp692 bool aMore, in BlockwiseReceiveHook()
702 bool aMore, in BlockwiseReceiveHook()
722 bool *aMore) in BlockwiseTransmitHook()
727 …re::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook()
Dcli_coap.cpp869 bool aMore, in BlockwiseReceiveHook()
878 bool aMore, in BlockwiseReceiveHook()
898 bool *aMore) in BlockwiseTransmitHook()
903 …ap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook()
/openthread-3.5.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.5.0/src/core/coap/
Dcoap.hpp222 bool aMore, in HandleBlockReceive()
Dcoap_message.cpp251 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()