Home
last modified time | relevance | path

Searched refs:CalculateFileDataBeginIndex (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.cpp234 EXPECT_EQ(process.CalculateFileDataBeginIndex(index, operation), 1); in HWTEST_F()
243 EXPECT_EQ(process.CalculateFileDataBeginIndex(index, operation), 1); in HWTEST_F()
252 EXPECT_EQ(process.CalculateFileDataBeginIndex(index, operation), 6); in HWTEST_F()
261 EXPECT_EQ(process.CalculateFileDataBeginIndex(index, operation), 6); in HWTEST_F()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h93 size_t CalculateFileDataBeginIndex(size_t index, Operation operation);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp158 size_t PrintHttpRequestProcess::CalculateFileDataBeginIndex(size_t index, Operation operation) in CalculateFileDataBeginIndex() function in OHOS::Print::PrintHttpRequestProcess
190 fileDataBeginIndex = CalculateFileDataBeginIndex(index, operation); in ProcessDataFromDevice()