Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp408 nlohmann::json supportedDuplexModeListJson = nlohmann::json::array(); in ConvertSupportedDuplexModeToJson() local
412 supportedDuplexModeListJson.push_back(iter); in ConvertSupportedDuplexModeToJson()
414 capsJson["supportedDuplexMode"] = supportedDuplexModeListJson; in ConvertSupportedDuplexModeToJson()