Searched refs:flowid (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/tests/gtest/teamcity/src/ |
D | teamcity_messages.cpp | 102 void TeamcityMessages::suiteStarted(const std::string &name, const std::string &flowid) { in suiteStarted() argument 105 if(flowid.length() > 0) { in suiteStarted() 106 writeProperty("flowId", flowid); in suiteStarted() 112 void TeamcityMessages::suiteFinished(const std::string &name, const std::string &flowid) { in suiteFinished() argument 115 if(flowid.length() > 0) { in suiteFinished() 116 writeProperty("flowId", flowid); in suiteFinished() 122 void TeamcityMessages::testStarted(const std::string &name, const std::string &flowid, bool capture… in testStarted() argument 125 if(flowid.length() > 0) { in testStarted() 126 writeProperty("flowId", flowid); in testStarted() 136 …eamcityMessages::testFinished(const std::string &name, int durationMs, const std::string &flowid) { in testFinished() argument [all …]
|
D | teamcity_gtest.cpp | 25 flowid = getFlowIdFromEnvironment(); in TeamcityGoogleTestEventListener() 29 : flowid(flowid_) { in TeamcityGoogleTestEventListener() 34 messages.suiteStarted(test_case.name(), flowid); in OnTestCaseStart() 39 messages.testStarted(test_info.name(), flowid); in OnTestStart() 74 flowid in OnTestEnd() 77 messages.testFinished(test_info.name(), static_cast<int>(result->elapsed_time()), flowid); in OnTestEnd() 82 messages.suiteFinished(test_case.name(), flowid); in OnTestCaseEnd()
|
D | teamcity_messages.h | 48 void suiteStarted(const std::string &name, const std::string &flowid = std::string()); 49 void suiteFinished(const std::string &name, const std::string &flowid = std::string()); 51 …void testStarted(const std::string &name, const std::string &flowid = std::string(), bool capture… 52 …onst std::string &message, const std::string &details, const std::string &flowid = std::string()); 53 …void testIgnored(const std::string &name, const std::string &message, const std::string &flowid = … 54 …void testOutput(const std::string &name, const std::string &output, const std::string &flowid, boo… 55 …void testFinished(const std::string &name, int durationMs = -1, const std::string &flowid = std::s…
|
/third_party/cef/tests/gtest/teamcity/include/ |
D | teamcity_gtest.h | 30 TeamcityGoogleTestEventListener(const std::string& flowid); 44 std::string flowid; variable
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_input.c | 2913 (*netp)->flowid = mflowid; 5808 net->flowid = mflowid; 5850 net->flowid = mflowid; 6266 mflowid = m->m_pkthdr.flowid; 6392 uint32_t flowid, tag; local 6395 flowid = m->m_pkthdr.flowid; 6410 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port); 6411 m->m_pkthdr.flowid = flowid; 6414 cpu_to_use = sctp_cpuarry[flowid % mp_ncpus];
|
D | sctp_structs.h | 434 uint32_t flowid; member
|
D | sctp_pcb.c | 4751 net->flowid = stcb->asoc.my_vtag ^ 6501 uint32_t flowid, tag; local 6518 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port); 6519 m->m_pkthdr.flowid = flowid;
|
D | sctp_output.c | 4197 m->m_pkthdr.flowid = net->flowid; 4200 m->m_pkthdr.flowid = mflowid; 4573 m->m_pkthdr.flowid = net->flowid; 4576 m->m_pkthdr.flowid = mflowid; 11730 mout->m_pkthdr.flowid = mflowid;
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 195 mflowid = m->m_pkthdr.flowid;
|
/third_party/FreeBSD/ |
D | UPDATING | 1036 The use of RSS hash from the network card aka flowid has been
|