Searched refs:UpdateRemovable (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_service_event_handler.h | 567 void UpdateRemovable(const std::string &bundleName, bool removable);
|
H A D | bundle_data_mgr.h | 822 void UpdateRemovable(const std::string &bundleName, bool removable);
|
H A D | inner_bundle_info.h | 2130 void UpdateRemovable(bool isPreInstall, bool removable);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 599 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 D | bundle_mgr_service_event_handler.cpp | 1806 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 D | bundle_data_mgr.cpp | 352 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 D | inner_bundle_info.cpp | 1862 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 D | bms_event_handler_test.cpp | 1084 * @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 D | bms_bundle_kit_service_test.cpp | 11488 GetBundleDataMgr()->UpdateRemovable("bundleName", removable); in HWTEST_F() 11489 GetBundleDataMgr()->UpdateRemovable(BUNDLE_NAME_TEST, removable); in HWTEST_F()
|
H A D | bms_bundle_data_mgr_test.cpp | 2982 GetBundleDataMgr()->UpdateRemovable(BUNDLE_TEST3, removable); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3217 * @tc.name: test UpdatePrivilegeCapability and UpdateRemovable 3227 GetBundleDataMgr()->UpdateRemovable("", true); in HWTEST_F()
|
Completed in 83 milliseconds