Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp40 static const std::string PRINTER_STATE_INK_EMPTY = "marker-ink-almost-empty"; member
479 strcpy_s(jobStatus.printer_state_reasons, len, PRINTER_STATE_INK_EMPTY.c_str()); in HWTEST_F()
H A Dprint_cups_client_test.cpp50 static const std::string PRINTER_STATE_INK_EMPTY = "marker-ink-almost-empty"; member
1601 PRINTER_STATE_INK_EMPTY.c_str(), strlen(PRINTER_STATE_INK_EMPTY.c_str())); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp116 static const std::string PRINTER_STATE_INK_EMPTY = "marker-ink-almost-empty"; member
1371 (strstr(jobStatus->printer_state_reasons, PRINTER_STATE_INK_EMPTY.c_str()) != NULL)) { in GetBlockedSubstate()

Completed in 7 milliseconds