Home
last modified time | relevance | path

Searched refs:PRINTER_STATE_MARKER_EMPTY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp39 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable
265 strcpy_s(jobStatus.printer_state_reasons, len, PRINTER_STATE_MARKER_EMPTY.c_str());
H A Dprint_cups_client_test.cpp49 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable
1595 PRINTER_STATE_MARKER_EMPTY.c_str(), strlen(PRINTER_STATE_MARKER_EMPTY.c_str()));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp116 static const std::string PRINTER_STATE_MARKER_EMPTY = "marker-supply-empty"; variable
1463 if ((strstr(jobStatus->printer_state_reasons, PRINTER_STATE_MARKER_EMPTY.c_str()) != nullptr) || in GetBlockedSubstate()