Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_parser.h71 …bool IsNeedToParseResourceInfo(const ResourceInfo &newResourceInfo, const ResourceInfo &oldResourc…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp140 if ((index > 0) && !IsNeedToParseResourceInfo(resourceInfos[index], resourceInfos[0])) { in ParseResourceInfos()
177 bool BundleResourceParser::IsNeedToParseResourceInfo( in IsNeedToParseResourceInfo() function in OHOS::AppExecFwk::BundleResourceParser