Home
last modified time | relevance | path

Searched refs:CheckLineEnd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp160 EXPECT_EQ(process.CheckLineEnd(buffer, index), false); in TEST_F()
167 EXPECT_EQ(process.CheckLineEnd(buffer, index), false); in TEST_F()
174 EXPECT_EQ(process.CheckLineEnd(buffer, index), true); in TEST_F()
181 EXPECT_EQ(process.CheckLineEnd(buffer, index), true); in TEST_F()
188 EXPECT_EQ(process.CheckLineEnd(buffer, index), false); in TEST_F()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h91 bool CheckLineEnd(std::vector<uint8_t> &readTempBuffer, size_t index);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp130 bool PrintHttpRequestProcess::CheckLineEnd(std::vector<uint8_t> &readTempBuffer, size_t index) in CheckLineEnd() function in OHOS::Print::PrintHttpRequestProcess
188 bool findLineEnd = (!findRequestId && CheckLineEnd(readTempBuffer, index)); in ProcessDataFromDevice()