Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp621 nlohmann::json resolutionListJson = nlohmann::json::array(); variable
623 resolutionListJson.push_back(resolutionItem);
624 capsJson["resolution"] = resolutionListJson;
651 nlohmann::json resolutionListJson = nlohmann::json::array(); variable
655 resolutionListJson.push_back(resolutionItem);
656 capsJson["resolution"] = resolutionListJson;
689 nlohmann::json resolutionListJson = nlohmann::json::array(); variable
690 capsJson["resolution"] = resolutionListJson;
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp382 nlohmann::json resolutionListJson = nlohmann::json::array(); in ConvertPrintResolutionToJson() local
390 resolutionListJson.push_back(resolutionJson); in ConvertPrintResolutionToJson()
392 capsJson["resolution"] = resolutionListJson; in ConvertPrintResolutionToJson()