Home
last modified time | relevance | path

Searched refs:got (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_flow_control_test.cpp100 auto got = controller->apply(controller, applyValue); local
102 EXPECT_EQ(got, applyValue);
106 int32_t remain = quotaInBytes - got;
108 got = controller->apply(controller, remain + 1);
110 EXPECT_EQ(remain, got);
115 got = controller->apply(controller, applyValue);
117 EXPECT_EQ(got, applyValue);
127 got = controller->apply(controller, applyValue);
129 EXPECT_EQ(got, applyValue);
/test/testfwk/arkxtest/jsunit/src/module/assert/
H A DassertPromiseIsResolvedWith.js33 function (got) {
34 if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) {
37 message: 'actualValue was resolved with ' + JSON.stringify(got) + '.'
43 JSON.stringify(got) + '.'
H A DassertPromiseIsPending.js27 function (got) {
28 return helper === got ? {pass: true, message: 'actualValue is isPending'}
H A DassertPromiseIsRejected.js26 function (got) {
H A DassertPromiseIsResolved.js27 function (got) {
H A DassertPromiseIsRejectedWith.js33 function (got) {
H A DassertPromiseIsRejectedWithError.js26 function (got) {
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_parse.cpp33 std::unordered_map<std::string, std::string>::const_iterator got = headers_.find("cseq"); in GetSeq() local
34 if (got == headers_.end()) { in GetSeq()
37 sequence_ = ParseIntSafe(got->second); in GetSeq()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.cpp33 std::unordered_map<std::string, std::string>::const_iterator got = headers_.find("cseq"); in GetSeq() local
34 if (got == headers_.end()) { in GetSeq()
37 sequence_ = ParseIntSafe(got->second); in GetSeq()

Completed in 4 milliseconds