Home
last modified time | relevance | path

Searched refs:isUninstalled (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h168 * @return Returns the isUninstalled.
175 * @brief Set isUninstalled.
178 void SetIsUninstalled(bool isUninstalled) in SetIsUninstalled() argument
180 isUninstalled_ = isUninstalled; in SetIsUninstalled()
H A Dbase_bundle_installer.h561 void MarkPreInstallState(const std::string &bundleName, bool isUninstalled);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp3188 bool isUninstalled = false; in HWTEST_F() local
3203 installer->MarkPreInstallState(bundleName, isUninstalled); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1836 void BaseBundleInstaller::MarkPreInstallState(const std::string &bundleName, bool isUninstalled) in MarkPreInstallState() argument
1838 LOG_I(BMS_TAG_INSTALLER, "bundle: %{public}s isUninstalled: %{public}d", bundleName.c_str(), isUninstalled); in MarkPreInstallState()
1851 preInstallBundleInfo.SetIsUninstalled(isUninstalled); in MarkPreInstallState()

Completed in 17 milliseconds