Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp120 static const std::string CUPSD_CONTROL_PARAM = "print.cupsd.ready"; member
194 int result = SetParameter(CUPSD_CONTROL_PARAM.c_str(), "true"); in StartCupsdService()
201 GetParameter(CUPSD_CONTROL_PARAM.c_str(), "", value, bufferSize - 1); in StartCupsdService()
402 int result = SetParameter(CUPSD_CONTROL_PARAM.c_str(), "false"); in StopCupsdService()
409 GetParameter(CUPSD_CONTROL_PARAM.c_str(), "", value, bufferSize - 1); in StopCupsdService()

Completed in 3 milliseconds