Searched refs:CheckLineEnd (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_http_request_process_other_test.cpp | 160 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 D | print_http_request_process.h | 91 bool CheckLineEnd(std::vector<uint8_t> &readTempBuffer, size_t index);
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 130 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()
|