Home
last modified time | relevance | path

Searched refs:PAGE_SIZE_ID (Results 1 – 3 of 3) 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
31 static PAGE_SIZE_ID MatchPageSize(const std::string& pageString);
32 static bool FindPageSizeById(const PAGE_SIZE_ID &id, PrintPageSize& pageSize);
36 PrintPageSize(PAGE_SIZE_ID id, DiscretePageName name, uint32_t width, uint32_t height);
78 static std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>> pageSize_;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_page_size.cpp83 std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>> PrintPageSize::pageSize_;
86 void UpdatePageSizeMapIso(std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>>& pageSizeMap) in UpdatePageSizeMapIso() argument
155 PAGE_SIZE_ID PrintPageSize::MatchPageSize(const std::string& pageString) in MatchPageSize()
173 bool PrintPageSize::FindPageSizeById(const PAGE_SIZE_ID &id, PrintPageSize& pageSize) in FindPageSizeById()
190 PrintPageSize::PrintPageSize(PAGE_SIZE_ID id, DiscretePageName name, uint32_t width, uint32_t heigh… in PrintPageSize()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp475 PAGE_SIZE_ID id = PrintPageSize::MatchPageSize(pageSizeName); in UpdatePageSizeCapability()
484 PAGE_SIZE_ID id = std::string(capability->supportedPageSizes[i].id); in UpdatePageSizeCapability()