Home
last modified time | relevance | path

Searched defs:resolutionJson (Results 1 – 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/src/
Dprint_system_data.cpp381 nlohmann::json resolutionJson = nlohmann::json::object(); in ConvertPrintResolutionToJson() local
479 nlohmann::json resolutionJson = item.value(); in ConvertJsonToPrintResolution() local
/base/print/print_fwk/frameworks/ohprint/src/
Dprint_helper.cpp364 nlohmann::json resolutionJson = json::parse(resolutionString); in ParsePrinterOpt() local
/base/print/print_fwk/test/unittest/service_test/
Dprint_system_data_test.cpp562 nlohmann::json resolutionJson = nlohmann::json::object(); variable