Searched refs:DeleteDistributedBundleInfo (Results 1 – 7 of 7) sorted by relevance
177 …EXPECT_EQ(distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_ANS_INVALID_PARA…190 …distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_ANS_DISTRIBUTED_OPERATION_…
69 void DeleteDistributedBundleInfo(const std::string &bundleName, int32_t uid);
74 ErrCode DeleteDistributedBundleInfo(const sptr<NotificationBundleOption> &bundleOption);
54 void DistributedPreferencesInfo::DeleteDistributedBundleInfo(const std::string &bundleName, int32_t… in DeleteDistributedBundleInfo() function in OHOS::Notification::DistributedPreferencesInfo
205 ErrCode DistributedPreferences::DeleteDistributedBundleInfo(const sptr<NotificationBundleOption> &b… in DeleteDistributedBundleInfo() function in OHOS::Notification::DistributedPreferences225 …preferencesInfo_->DeleteDistributedBundleInfo(bundleOption->GetBundleName(), bundleOption->GetUid(… in DeleteDistributedBundleInfo()
115 EXPECT_EQ(distributedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_OK);
507 DistributedPreferences::GetInstance()->DeleteDistributedBundleInfo(bundleOption); in OnBundleRemoved()