Home
last modified time | relevance | path

Searched refs:distributedQueue_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp66 if (distributedQueue_ != nullptr) { in ~DistributedNotificationManager()
68 distributedQueue_->wait(handler); in ~DistributedNotificationManager()
74 if (distributedQueue_ != nullptr) { in ResetFfrtQueue()
75 distributedQueue_.reset(); in ResetFfrtQueue()
143 if (distributedQueue_ == nullptr) { in OnDatabaseInsert()
173 if (distributedQueue_ == nullptr) { in OnDatabaseUpdate()
203 if (distributedQueue_ == nullptr) { in OnDatabaseDelete()
225 if (distributedQueue_ == nullptr) { in OnDeviceConnected()
243 if (distributedQueue_ == nullptr) { in OnDeviceDisconnected()
419 distributedQueue_->wait(handler); in RegisterCallback()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h175 std::shared_ptr<ffrt::queue> distributedQueue_ = nullptr; variable