Home
last modified time | relevance | path

Searched refs:UpdateRemovable (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h567 void UpdateRemovable(const std::string &bundleName, bool removable);
H A Dbundle_data_mgr.h822 void UpdateRemovable(const std::string &bundleName, bool removable);
H A Dinner_bundle_info.h2130 void UpdateRemovable(bool isPreInstall, bool removable);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp599 void BMSEventHandler::UpdateRemovable(const std::string& bundleName, bool removable) {} in UpdateRemovable() function in OHOS::AppExecFwk::BMSEventHandler
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1806 UpdateRemovable(bundleName, removable); in InnerProcessRebootBundleInstall()
3222 void BMSEventHandler::UpdateRemovable(const std::string &bundleName, bool removable) in UpdateRemovable() function in OHOS::AppExecFwk::BMSEventHandler
3230 dataMgr->UpdateRemovable(bundleName, removable); in UpdateRemovable()
H A Dbundle_data_mgr.cpp352 oldInfo.UpdateRemovable(newInfo.IsPreInstallApp(), newInfo.IsRemovable()); in AddNewModuleInfo()
636 oldInfo.UpdateRemovable( in UpdateInnerBundleInfo()
6264 void BundleDataMgr::UpdateRemovable( in UpdateRemovable() function in OHOS::AppExecFwk::BundleDataMgr
6267 APP_LOGD("UpdateRemovable %{public}s", bundleName.c_str()); in UpdateRemovable()
6281 infoItem->second.UpdateRemovable(true, removable); in UpdateRemovable()
H A Dinner_bundle_info.cpp1862 void InnerBundleInfo::UpdateRemovable(bool isPreInstall, bool removable) in UpdateRemovable() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp1084 * @tc.name: UpdateRemovable
1085 * @tc.desc: test UpdateRemovable
1093 handler->UpdateRemovable(BUNDLE_NAME, false); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11488 GetBundleDataMgr()->UpdateRemovable("bundleName", removable); in HWTEST_F()
11489 GetBundleDataMgr()->UpdateRemovable(BUNDLE_NAME_TEST, removable); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp2982 GetBundleDataMgr()->UpdateRemovable(BUNDLE_TEST3, removable); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3217 * @tc.name: test UpdatePrivilegeCapability and UpdateRemovable
3227 GetBundleDataMgr()->UpdateRemovable("", true); in HWTEST_F()

Completed in 83 milliseconds