Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_Transceiver.cpp115 …intDescriptor *pSendEp, u16 nodeId, u8 port, const void *pBuf, size_t bufSize, nn::Result *pResult)
122 ASSERT(pResult!=NULL);
129 *pResult = SendTo(*pSendEp, pBuf, bufSize, nodeId, port, c_option);
132 if(pResult->IsSuccess())
139 nn::rdt::CTR::PrintResultCode(*pResult);
146 … RecvRawData(nn::uds::EndpointDescriptor *pRecvEp, void *pBuf, size_t bufSize, nn::Result *pResult)
153 ASSERT(pResult!=NULL);
162 *pResult = ReceiveFrom(*pRecvEp, pBuf, &received, &srcNodeId, bufSize, opt);
165 if(pResult->IsSuccess())
172 if(pResult->GetSummary()==nn::Result::SUMMARY_NOT_FOUND)
[all …]
/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_XmlOutput.cpp276 for(Node* pResult = m_Results.GetFront(); in OnFinished() local
277 pResult; in OnFinished()
278 pResult = m_Results.GetNext(pResult)) in OnFinished()
283 pResult->Print(); in OnFinished()