Searched refs:cloneBundleQueue_ (Results 1 – 2 of 2) sorted by relevance
35 cloneBundleQueue_ = std::make_shared<ffrt::queue>("NotificationCloneBundleQueue"); in NotificationCloneBundle()36 if (!cloneBundleQueue_) { in NotificationCloneBundle()85 if (cloneBundleQueue_ == nullptr || bundlesInfo_.empty()) { in OnRestore()144 if (cloneBundleQueue_ == nullptr) { in OnUserSwitch()148 cloneBundleQueue_->submit_h(std::bind([&]() { in OnUserSwitch()
40 std::shared_ptr<ffrt::queue> cloneBundleQueue_ = nullptr; variable