Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h89 …bool ConvertJsonToSupportedMediaType(nlohmann::json &capsJson, PrinterCapability &printerCapabilit…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp515 if (!ConvertJsonToSupportedMediaType(capsJson, printerCapability)) { in ConvertJsonToPrinterCapability()
597 bool PrintSystemData::ConvertJsonToSupportedMediaType(nlohmann::json &capsJson, PrinterCapability &… in ConvertJsonToSupportedMediaType() function in OHOS::Print::PrintSystemData