Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_process.h32 static bool GetResourceInfoByBundleName(const std::string &bundleName, const int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp85 bool BundleResourceProcess::GetResourceInfoByBundleName( in GetResourceInfoByBundleName() function in OHOS::AppExecFwk::BundleResourceProcess
185 if (!GetResourceInfoByBundleName(bundleName, userId, resourceInfos)) { in GetResourceInfoByColorModeChanged()
H A Dbundle_resource_manager.cpp56 if (!BundleResourceProcess::GetResourceInfoByBundleName(bundleName, userId, resourceInfos)) { in AddResourceInfoByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1191 … bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, USERID, resourceInfos);
1199 ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, 200, resourceInfos);
1203 ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, USERID, resourceInfos);
1522 … bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, USERID, resourceInfos);
1556 … bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, USERID, resourceInfos);
1593 …bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME_NO_ICON, USERID, resourc…
2365 …bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME_NO_ICON, USERID, resourc…
3495 … bool ans = BundleResourceProcess::GetResourceInfoByBundleName(BUNDLE_NAME, USERID, resourceInfos);