Home
last modified time | relevance | path

Searched refs:ProcessOtherRequest (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.cpp458 process.ProcessOtherRequest(data, data_length, nullptr); in TEST_F()
467 process.ProcessOtherRequest(data, data_length, new SurfaceProducer()); in TEST_F()
476 process.ProcessOtherRequest(data, data_length, new SurfaceProducer()); in TEST_F()
485 process.ProcessOtherRequest(data, data_length, new SurfaceProducer()); in TEST_F()
494 process.ProcessOtherRequest(data, data_length, new SurfaceProducer()); in TEST_F()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h86 …void ProcessOtherRequest(const char *data, size_t data_length, std::string &sHeadersAndBody, size_…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp412 void PrintHttpRequestProcess::ProcessOtherRequest(const char *data, size_t data_length, in ProcessOtherRequest() function in OHOS::Print::PrintHttpRequestProcess
560 ProcessOtherRequest(data, data_length, sHeadersAndBody, requestId); in ProcessRequest()