Searched refs:printerReason (Results 1 – 1 of 1) sorted by relevance
245 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetBlockedSubstate() local246 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestGetBlockedSubstate()255 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestReportBlockedReason() local256 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestReportBlockedReason()265 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestJobStatusCallback() local266 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestJobStatusCallback()277 std::string printerReason = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestUpdateJobStatus() local278 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestUpdateJobStatus()