Home
last modified time | relevance | path

Searched refs:ExtractResourceFiles (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h316 static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extractor);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h664 void ExtractResourceFiles(const InnerBundleInfo &info, const std::string &targetPath) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp257 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 Dbms_install_daemon_operator_test.cpp1962 * @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 Dbase_bundle_installer.cpp3322 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