Searched refs:ParseIconResourceByPath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_parser.h | 39 …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 D | bundle_resource_process.cpp | 221 …if (parser.ParseIconResourceByPath(extendResourceInfo.filePath, extendResourceInfo.iconId, resourc… in GetDynamicIcon()
|
H A D | bundle_resource_parser.cpp | 253 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 D | extend_resource_manager_host_impl.cpp | 485 if (!bundleResourceParser.ParseIconResourceByPath(extendResourceInfo.filePath, in ParseBundleResource()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 1470 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);
|