Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_util.h47 static std::vector<uint32_t> Str2Vec(std::string str);
56 inline std::vector<uint32_t> PrintUtil::Str2Vec(std::string str) in Str2Vec() function
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp339 std::vector<uint32_t> orientationVector = PrintUtil::Str2Vec(orientationArray); in ParsePrinterOpt()