Home
last modified time | relevance | path

Searched defs:PAGE_SIZE_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_page_size.h26 using PAGE_SIZE_ID = std::string; variable
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_page_size.cpp86 void UpdatePageSizeMapIso(std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>>& pageSizeMap) in UpdatePageSizeMapIso()