Searched refs:distributedQueue_ (Results 1 – 2 of 2) sorted by relevance
66 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 …]
175 std::shared_ptr<ffrt::queue> distributedQueue_ = nullptr; variable