Searched refs:notificationButtonQueue_ (Results 1 – 2 of 2) sorted by relevance
46 notificationButtonQueue_ = std::make_shared<ffrt::queue>("NotificationLocalLiveViewMgr"); in NotificationLocalLiveViewSubscriberManager()63 if (notificationButtonQueue_ != nullptr) { in ResetFfrtQueue()64 notificationButtonQueue_.reset(); in ResetFfrtQueue()91 if (notificationButtonQueue_ == nullptr) { in AddLocalLiveViewSubscriber()101 notificationButtonQueue_->wait(handler); in AddLocalLiveViewSubscriber()116 if (notificationButtonQueue_ == nullptr) { in RemoveLocalLiveViewSubscriber()126 notificationButtonQueue_->wait(handler); in RemoveLocalLiveViewSubscriber()135 if (notificationButtonQueue_ == nullptr) { in NotifyTriggerResponse()144 notificationButtonQueue_->submit(NotifyTriggerResponseFunc); in NotifyTriggerResponse()151 if (notificationButtonQueue_ == nullptr) { in OnRemoteDied()[all …]
108 std::shared_ptr<ffrt::queue> notificationButtonQueue_ = nullptr; variable