Searched refs:notificationSvrQueue_ (Results 1 – 13 of 13) sorted by relevance
73 if (notificationSvrQueue_ == nullptr) { in AddSlots()99 notificationSvrQueue_->wait(handler); in AddSlots()112 if (notificationSvrQueue_ == nullptr) { in GetSlots()125 notificationSvrQueue_->wait(handler); in GetSlots()164 notificationSvrQueue_->wait(handler); in GetSlotsByBundle()199 notificationSvrQueue_->wait(handler); in GetSlotByBundle()239 notificationSvrQueue_->wait(handler); in UpdateSlots()291 notificationSvrQueue_->wait(handler); in RemoveAllSlots()333 notificationSvrQueue_->wait(handler); in AddSlotByType()368 notificationSvrQueue_->wait(handler); in GetEnabledForBundleSlotSelf()[all …]
212 if (notificationSvrQueue_ == nullptr) { in PublishNotificationForIndirectProxy()249 notificationSvrQueue_->wait(handler); in PublishNotificationForIndirectProxy()379 notificationSvrQueue_->wait(handler); in ExcuteCancelAll()535 notificationSvrQueue_->wait(handler); in SetNotificationBadgeNum()595 notificationSvrQueue_->wait(handler); in ExcuteDelete()654 notificationSvrQueue_->wait(handler); in DeleteByBundle()731 notificationSvrQueue_->wait(handler); in DeleteAll()782 notificationSvrQueue_->wait(handler); in SetShowBadgeEnabledForBundle()837 notificationSvrQueue_->wait(handler); in GetShowBadgeEnabledForBundle()863 notificationSvrQueue_->wait(handler); in GetShowBadgeEnabled()[all …]
300 if (!notificationSvrQueue_) { in AdvancedNotificationService()354 if (notificationSvrQueue_ != nullptr) { in SelfClean()355 notificationSvrQueue_.reset(); in SelfClean()414 notificationSvrQueue_->wait(handler); in CancelPreparedNotification()702 notificationSvrQueue_->wait(handler); in PublishPreparedNotification()1079 notificationSvrQueue_->wait(handler); in GetActiveNotifications()1108 notificationSvrQueue_->wait(handler); in GetActiveNotificationNums()1147 notificationSvrQueue_->wait(handler); in GetBundleImportance()1414 notificationSvrQueue_->wait(handler); in GetAllActiveNotifications()1461 notificationSvrQueue_->wait(handler); in GetSpecialActiveNotifications()[all …]
107 return notificationSvrQueue_; in GetNotificationSvrQueue()183 if (notificationSvrQueue_ == nullptr) { in CheckCommonParams()289 if (notificationSvrQueue_ == nullptr) { in GetActiveNotificationByFilter()317 notificationSvrQueue_->wait(handler); in GetActiveNotificationByFilter()599 … notificationSvrQueue_ != nullptr ? notificationSvrQueue_->submit(bundleInstall) : bundleInstall(); in OnBundleDataAdd()627 notificationSvrQueue_ != nullptr ? notificationSvrQueue_->submit(bundleUpdate) : bundleUpdate(); in OnBundleDataUpdate()831 notificationSvrQueue_->wait(handler); in AddDoNotDisturbProfiles()860 notificationSvrQueue_->wait(handler); in RemoveDoNotDisturbProfiles()1289 notificationSvrQueue_->wait(handler); in IsSupportTemplate()1502 notificationSvrQueue_->wait(handler); in ShellDump()[all …]
43 std::shared_ptr<ffrt::queue> notificationSvrQueue_ = in OnTrigger() local45 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in OnTrigger()52 notificationSvrQueue_->wait(handler); in OnTrigger()
301 if (notificationSvrQueue_ == nullptr) { in GetDeviceRemindType()305 …ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { remindType = GetRemi… in GetDeviceRemindType()306 notificationSvrQueue_->wait(handler); in GetDeviceRemindType()
122 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([&]() { in SubscribeSelf()125 notificationSvrQueue_->wait(handler); in SubscribeSelf()
47 if (notificationSvrQueue_ == nullptr) { in RecoverLiveViewFromDb()51 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([=]() { in RecoverLiveViewFromDb()173 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([this, record]() { in OnSubscriberAddInffrt()652 if (notificationSvrQueue_ == nullptr) { in IsUpdateSystemLiveviewByOwner()657 ffrt::task_handle handler = notificationSvrQueue_->submit_h([&]() { in IsUpdateSystemLiveviewByOwner()660 notificationSvrQueue_->wait(handler); in IsUpdateSystemLiveviewByOwner()
108 advancedNotificationService_->notificationSvrQueue_ = nullptr;121 advancedNotificationService_->notificationSvrQueue_ = nullptr;152 advancedNotificationService_->notificationSvrQueue_ = nullptr;171 advancedNotificationService_->notificationSvrQueue_ = nullptr;203 advancedNotificationService_->notificationSvrQueue_ = nullptr;308 advancedNotificationService_->notificationSvrQueue_ = nullptr;363 advancedNotificationService_->notificationSvrQueue_ = nullptr;380 advancedNotificationService_->notificationSvrQueue_ = nullptr;420 advancedNotificationService_->notificationSvrQueue_ = nullptr;
302 advancedNotificationService_->notificationSvrQueue_ = nullptr;330 advancedNotificationService_->notificationSvrQueue_ = nullptr;361 advancedNotificationService_->notificationSvrQueue_ = nullptr;378 advancedNotificationService_->notificationSvrQueue_ = nullptr;482 advancedNotificationService_->notificationSvrQueue_ = nullptr;511 advancedNotificationService_->notificationSvrQueue_ = nullptr;567 advancedNotificationService_->notificationSvrQueue_ = nullptr;596 advancedNotificationService_->notificationSvrQueue_ = nullptr;686 advancedNotificationService_->notificationSvrQueue_ = nullptr;
193 ans.notificationSvrQueue_ = nullptr;
2831 advancedNotificationService_->notificationSvrQueue_ = nullptr;3274 advancedNotificationService_->notificationSvrQueue_ = nullptr;3316 advancedNotificationService_->notificationSvrQueue_ = nullptr;
1460 std::shared_ptr<ffrt::queue> notificationSvrQueue_ = nullptr; variable