/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_get_overlay_module_info_test.cpp | 259 RemoveBundleInfo(TEST_BUNDLE_NAME); 280 RemoveBundleInfo(TEST_BUNDLE_NAME); 304 RemoveBundleInfo(TEST_BUNDLE_NAME); 343 RemoveBundleInfo(TEST_BUNDLE_NAME); 364 RemoveBundleInfo(TEST_BUNDLE_NAME); 385 RemoveBundleInfo(TEST_BUNDLE_NAME); 406 RemoveBundleInfo(TEST_BUNDLE_NAME); 427 RemoveBundleInfo(TEST_BUNDLE_NAME); 450 RemoveBundleInfo(TEST_BUNDLE_NAME); 535 RemoveBundleInfo(TEST_BUNDLE_NAME); [all …]
|
H A D | bms_bundle_set_overlay_enabled_test.cpp | 54 void RemoveBundleInfo(); 147 void BmsBundleSetOverlayEnabledTest::RemoveBundleInfo() in RemoveBundleInfo() function in OHOS::BmsBundleSetOverlayEnabledTest 299 RemoveBundleInfo(); 320 RemoveBundleInfo(); 341 RemoveBundleInfo(); 362 RemoveBundleInfo(); 385 RemoveBundleInfo(); 408 RemoveBundleInfo();
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_manager_service.h | 42 void RemoveBundleInfo(const char *bundleName);
|
H A D | bundle_installer.h | 106 ManagerService::GetInstance().RemoveBundleInfo((bundleInfo)->bundleName); \
|
H A D | gt_bundle_installer.h | 122 GtManagerService::GetInstance().RemoveBundleInfo(bundleInfo->bundleName); \
|
H A D | gt_bundle_manager_service.h | 63 void RemoveBundleInfo(const char *bundleName);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/ |
H A D | device.h | 59 void RemoveBundleInfo() in RemoveBundleInfo() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_installer.cpp | 416 ManagerService::GetInstance().RemoveBundleInfo(bundleInfo->bundleName); in UpdateBundleInfo() 451 ManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall() 455 ManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
|
H A D | gt_bundle_installer.cpp | 613 GtManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall() 621 GtManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
|
H A D | bundle_manager_service.cpp | 568 void ManagerService::RemoveBundleInfo(const char *bundleName) in RemoveBundleInfo() function in OHOS::ManagerService
|
H A D | gt_bundle_manager_service.cpp | 1069 void GtManagerService::RemoveBundleInfo(const char *bundleName) in RemoveBundleInfo() function in OHOS::GtManagerService
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_info.h | 266 bool RemoveBundleInfo(const sptr<NotificationBundleOption> &bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_info_test.cpp | 175 auto res = preferencesInfo->RemoveBundleInfo(bundleInfo);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
H A D | etx_device_mgr.cpp | 189 device->RemoveBundleInfo(); in MatchDriverInfos() 193 device->RemoveBundleInfo(); in MatchDriverInfos()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 244 bool NotificationPreferencesInfo::RemoveBundleInfo(const sptr<NotificationBundleOption> &bundleOpti… in RemoveBundleInfo() function in OHOS::Notification::NotificationPreferencesInfo
|
H A D | notification_preferences.cpp | 203 preferencesInfo.RemoveBundleInfo(bundleOption); in RemoveNotificationForBundle()
|