Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp35 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_service.h40 std::shared_ptr<ffrt::queue> cloneBundleQueue_ = nullptr; variable