Home
last modified time | relevance | path

Searched refs:Length (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h29 static size_t Length(const HilogString *str);
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_ring_buffer_wrapper.cpp51 DfxRingBufferWrapper::GetInstance().ringBuffer_.Skip(item.Length()); in LoopPrintRingBuffer()
55 for (unsigned int i = 0; i < item.Length(); i++) { in LoopPrintRingBuffer()
59 DfxRingBufferWrapper::GetInstance().ringBuffer_.Skip(item.Length()); in LoopPrintRingBuffer()
H A Ddfx_ring_buffer_block.h67 unsigned int Length() in Length() function in DfxRingBufferBlock
H A Ddfx_ring_buffer.h40 * @attention The ring buffer can only contain Length-1 number of entries,
43 * @tparam Length The length of the backing store array.
180 unsigned int Length() const in Length() function in DfxRingBuffer
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_string.cpp44 size_t HilogString::Length(const HilogString *str) in Length() function in OHOS::ACELite::HilogString
H A Dhilog_module.cpp55 size_t len = HilogString::Length(formatStr); in ParseLogContent()
278 if ((HilogString::Length(&logContent) + DOMAIN_LEN + FIX_LEN) + strlen(tag) > (MAX_FORMAT - 1)) { in HilogImpl()
/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp26 static const std::string HTTP_RESP_CONTINUE = "HTTP/1.1 100 CONTINUE\r\n\r\nContent-Length: 122\r\n";
33 static const std::string HTTP_RESP_CONTENT_LENGTH = "Content-Length: 11616\r\n";
749 requestData.set_header("Content-Length", "745");
773 requestData.set_header("Content-Length", "745");
967 requestData.set_header("Content-Length", "745");
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp517 * @tc.desc: Call Length.
526 size_t resultValue = ACELite::HilogString::Length(&fmtStringBuffer); in HWTEST_F()
532 * @tc.desc: Call Length with null.
539 size_t resultValue = ACELite::HilogString::Length(nullptr); in HWTEST_F()

Completed in 5 milliseconds