Home
last modified time | relevance | path

Searched refs:ConvertToBundleResourceInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_rdb.h66 bool ConvertToBundleResourceInfo(
H A Dbundle_resource_process.h60 static ResourceInfo ConvertToBundleResourceInfo(const InnerBundleInfo &innerBundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_rdb.cpp293 return ConvertToBundleResourceInfo(absSharedResultSet, flags, bundleResourceInfo); in GetBundleResourceInfo()
368 if (ConvertToBundleResourceInfo(absSharedResultSet, flags, resourceInfo)) { in GetAllBundleResourceInfo()
422 bool BundleResourceRdb::ConvertToBundleResourceInfo( in ConvertToBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceRdb
H A Dbundle_resource_process.cpp40 resourceInfo = ConvertToBundleResourceInfo(innerBundleInfo); in GetBundleResourceInfo()
309 ResourceInfo BundleResourceProcess::ConvertToBundleResourceInfo(const InnerBundleInfo &innerBundleI… in ConvertToBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceProcess