Searched refs:ExtractResourceFiles (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 316 static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extractor);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 664 void ExtractResourceFiles(const InnerBundleInfo &info, const std::string &targetPath) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 257 return ExtractResourceFiles(extractParam, extractor); in ExtractFiles() 1613 bool InstalldOperator::ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extractor) in ExtractResourceFiles() function in OHOS::AppExecFwk::InstalldOperator 1615 LOG_D(BMS_TAG_INSTALLD, "ExtractResourceFiles begin"); in ExtractResourceFiles() 1650 LOG_D(BMS_TAG_INSTALLD, "ExtractResourceFiles success"); in ExtractResourceFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 1962 * @tc.desc: 1. calling ExtractResourceFiles of InstalldOperator
1972 auto ret = InstalldOperator::ExtractResourceFiles(extractParam, extractor);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 3322 ExtractResourceFiles(info, modulePath); in ExtractModule() 3360 void BaseBundleInstaller::ExtractResourceFiles(const InnerBundleInfo &info, const std::string &targetPath) const in ExtractResourceFiles() function in OHOS::AppExecFwk::BaseBundleInstaller 3362 LOG_D(BMS_TAG_INSTALLER, "ExtractResourceFiles begin"); in ExtractResourceFiles() 3374 LOG_D(BMS_TAG_INSTALLER, "ExtractResourceFiles ret : %{public}d", ret); in ExtractResourceFiles()
|
Completed in 17 milliseconds