Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp93 auto it = GetSpecificInfoMap<COMPONENT_TYPE_LIST>().find(*viewType); in ParseViewInfo()
94 if (it == GetSpecificInfoMap<COMPONENT_TYPE_LIST>().end()) { in ParseViewInfo()
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dcomponent_factory.h60 const auto &GetSpecificInfoMap() in GetSpecificInfoMap() function