Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1085 std::vector<std::string> supportedOrientationStr; in WriteEprinterPreference() local
1087 supportedOrientationStr.push_back(std::to_string(item)); in WriteEprinterPreference()
1100 printerPreference["orientation"] = supportedOrientationStr; in WriteEprinterPreference()