Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h80 …void ConvertSupportedDuplexModeToJson(PrinterCapability &printerCapability, nlohmann::json &capsJs…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp359 ConvertSupportedDuplexModeToJson(printerCapability, capsJson); in ConvertPrinterCapabilityToJson()
406 void PrintSystemData::ConvertSupportedDuplexModeToJson(PrinterCapability &printerCapability, nlohma… in ConvertSupportedDuplexModeToJson() function in OHOS::Print::PrintSystemData