Searched refs:pending_activation_store_ (Results 1 – 2 of 2) sorted by relevance
50 pending_activation_store_.reset(new PendingActivationStore()); in Start()51 pending_activation_store_->InitStorage(manager_->storage_path()); in Start()65 pending_activation_store_.reset(); in Stop()77 pending_activation_store_.reset(pending_activation_store); in set_pending_activation_store()
54 return pending_activation_store_.get(); in pending_activation_store()91 std::unique_ptr<PendingActivationStore> pending_activation_store_; variable