Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h91 …bool ConvertJsonToSupportedOrientation(nlohmann::json &capsJson, PrinterCapability &printerCapabil…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp525 if (!ConvertJsonToSupportedOrientation(capsJson, printerCapability)) { in ConvertJsonToPrinterCapability()
617 bool PrintSystemData::ConvertJsonToSupportedOrientation(nlohmann::json &capsJson, PrinterCapability… in ConvertJsonToSupportedOrientation() function in OHOS::Print::PrintSystemData