Home
last modified time | relevance | path

Searched refs:DeleteDistributedBundleInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Ddistributed_preferences_branch_test.cpp177 …EXPECT_EQ(distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_ANS_INVALID_PARA…
190 …distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_ANS_DISTRIBUTED_OPERATION_…
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_info.h69 void DeleteDistributedBundleInfo(const std::string &bundleName, int32_t uid);
H A Ddistributed_preferences.h74 ErrCode DeleteDistributedBundleInfo(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_info.cpp54 void DistributedPreferencesInfo::DeleteDistributedBundleInfo(const std::string &bundleName, int32_t… in DeleteDistributedBundleInfo() function in OHOS::Notification::DistributedPreferencesInfo
H A Ddistributed_preferences.cpp205 ErrCode DistributedPreferences::DeleteDistributedBundleInfo(const sptr<NotificationBundleOption> &b… in DeleteDistributedBundleInfo() function in OHOS::Notification::DistributedPreferences
225 …preferencesInfo_->DeleteDistributedBundleInfo(bundleOption->GetBundleName(), bundleOption->GetUid(… in DeleteDistributedBundleInfo()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp115 EXPECT_EQ(distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp507 DistributedPreferences::GetInstance()->DeleteDistributedBundleInfo(bundleOption); in OnBundleRemoved()