Home
last modified time | relevance | path

Searched refs:ParseIconResourceByPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_parser.h39 …bool ParseIconResourceByPath(const std::string &hapPath, const uint32_t iconId, ResourceInfo &reso…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp221 …if (parser.ParseIconResourceByPath(extendResourceInfo.filePath, extendResourceInfo.iconId, resourc… in GetDynamicIcon()
H A Dbundle_resource_parser.cpp253 bool BundleResourceParser::ParseIconResourceByPath(const std::string &hapPath, const uint32_t iconI… in ParseIconResourceByPath() function in OHOS::AppExecFwk::BundleResourceParser
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp485 if (!bundleResourceParser.ParseIconResourceByPath(extendResourceInfo.filePath, in ParseBundleResource()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1470 bool ans = parser.ParseIconResourceByPath("", 0, info);
1473 ans = parser.ParseIconResourceByPath(HAP_NOT_EXIST, 0, info);
1476 ans = parser.ParseIconResourceByPath(HAP_FILE_PATH1, 0, info);
1479 ans = parser.ParseIconResourceByPath(HAP_FILE_PATH1, 1, info); // iconId not exist
1534 … ans = parser.ParseIconResourceByPath(resourceInfos[0].hapPath_, resourceInfos[0].iconId_, info);