Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp122 static const std::string CUPSD_CONTROL_PARAM = "print.cupsd.ready"; variable
228 int result = SetParameter(CUPSD_CONTROL_PARAM.c_str(), "true"); in StartCupsdService()
235 GetParameter(CUPSD_CONTROL_PARAM.c_str(), "", value, bufferSize - 1); in StartCupsdService()
437 int result = SetParameter(CUPSD_CONTROL_PARAM.c_str(), "false"); in StopCupsdService()
444 GetParameter(CUPSD_CONTROL_PARAM.c_str(), "", value, bufferSize - 1); in StopCupsdService()