Searched refs:PutDistributedEnabledForBundle (Results 1 – 4 of 4) sorted by relevance
99 bool PutDistributedEnabledForBundle(const std::string deviceType,
950 bool ret = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enable);966 bool ret = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enable);
1047 storeDBResult = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enabled); in SetDistributedEnabledByBundle()
1913 bool NotificationPreferencesDatabase::PutDistributedEnabledForBundle(const std::string deviceType, in PutDistributedEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase