Searched refs:notificationSubQueue_ (Results 1 – 4 of 4) sorted by relevance
69 if (notificationSubQueue_ != nullptr) { in ResetFfrtQueue()70 notificationSubQueue_.reset(); in ResetFfrtQueue()108 if (notificationSubQueue_ == nullptr) { in AddSubscriber()116 notificationSubQueue_->wait(handler); in AddSubscriber()135 if (notificationSubQueue_ == nullptr) { in RemoveSubscriber()145 notificationSubQueue_->wait(handler); in RemoveSubscriber()160 if (notificationSubQueue_ == nullptr) { in NotifyConsumed()252 notificationSubQueue_->submit(func); in NotifyDoNotDisturbDateChanged()266 notificationSubQueue_->submit(func); in NotifyEnabledNotificationChanged()279 notificationSubQueue_->submit(func); in NotifyBadgeEnabledChanged()[all …]
311 notificationSubscriberManager_->notificationSubQueue_ = nullptr;322 notificationSubscriberManager_->notificationSubQueue_ = nullptr;
63 notificationSubscriberManager->notificationSubQueue_ = nullptr;80 notificationSubscriberManager->notificationSubQueue_ = nullptr;95 notificationSubscriberManager->notificationSubQueue_ = nullptr;110 notificationSubscriberManager->notificationSubQueue_ = nullptr;125 notificationSubscriberManager->notificationSubQueue_ = nullptr;
177 std::shared_ptr<ffrt::queue> notificationSubQueue_ = nullptr; variable