Home
last modified time | relevance | path

Searched refs:RemoveBundleInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_get_overlay_module_info_test.cpp259 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 Dbms_bundle_set_overlay_enabled_test.cpp54 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 Dbundle_manager_service.h42 void RemoveBundleInfo(const char *bundleName);
H A Dbundle_installer.h106 ManagerService::GetInstance().RemoveBundleInfo((bundleInfo)->bundleName); \
H A Dgt_bundle_installer.h122 GtManagerService::GetInstance().RemoveBundleInfo(bundleInfo->bundleName); \
H A Dgt_bundle_manager_service.h63 void RemoveBundleInfo(const char *bundleName);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/
H A Ddevice.h59 void RemoveBundleInfo() in RemoveBundleInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp416 ManagerService::GetInstance().RemoveBundleInfo(bundleInfo->bundleName); in UpdateBundleInfo()
451 ManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
455 ManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
H A Dgt_bundle_installer.cpp613 GtManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
621 GtManagerService::GetInstance().RemoveBundleInfo(bundleName); in Uninstall()
H A Dbundle_manager_service.cpp568 void ManagerService::RemoveBundleInfo(const char *bundleName) in RemoveBundleInfo() function in OHOS::ManagerService
H A Dgt_bundle_manager_service.cpp1069 void GtManagerService::RemoveBundleInfo(const char *bundleName) in RemoveBundleInfo() function in OHOS::GtManagerService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h266 bool RemoveBundleInfo(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp175 auto res = preferencesInfo->RemoveBundleInfo(bundleInfo);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp189 device->RemoveBundleInfo(); in MatchDriverInfos()
193 device->RemoveBundleInfo(); in MatchDriverInfos()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp244 bool NotificationPreferencesInfo::RemoveBundleInfo(const sptr<NotificationBundleOption> &bundleOpti… in RemoveBundleInfo() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp203 preferencesInfo.RemoveBundleInfo(bundleOption); in RemoveNotificationForBundle()