Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds