Searched refs:got (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/manager/ |
H A D | connection_flow_control_test.cpp | 100 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 D | assertPromiseIsResolvedWith.js | 33 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 D | assertPromiseIsPending.js | 27 function (got) { 28 return helper === got ? {pass: true, message: 'actualValue is isPending'}
|
H A D | assertPromiseIsRejected.js | 26 function (got) {
|
H A D | assertPromiseIsResolved.js | 27 function (got) {
|
H A D | assertPromiseIsRejectedWith.js | 33 function (got) {
|
H A D | assertPromiseIsRejectedWithError.js | 26 function (got) {
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 33 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 D | rtsp_parse.cpp | 33 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