Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h82 …void ConvertSupportedQualityToJson(PrinterCapability &printerCapability, nlohmann::json &capsJson);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp367 ConvertSupportedQualityToJson(printerCapability, capsJson); in ConvertPrinterCapabilityToJson()
428 void PrintSystemData::ConvertSupportedQualityToJson(PrinterCapability &printerCapability, nlohmann:… in ConvertSupportedQualityToJson() function in OHOS::Print::PrintSystemData