Home
last modified time | relevance | path

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

/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp218 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetBlockedSubstate() local
219 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestGetBlockedSubstate()
228 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestReportBlockedReason() local
229 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestReportBlockedReason()
238 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestJobStatusCallback() local
239 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestJobStatusCallback()
250 std::string printerReason in TestUpdateJobStatus() local
[all...]

Completed in 2 milliseconds