Searched refs:distributedDelegate_ (Results 1 – 2 of 2) sorted by relevance
38 distributedDelegate_ = std::move(delegate); in SetDistributedDelegate()50 CHECK_NULL_RETURN(distributedDelegate_, nullptr); in GetStorage()51 return distributedDelegate_->GetStorage(sessionId, std::move(notifier), taskExecutor); in GetStorage()
37 std::unique_ptr<StorageInterface> distributedDelegate_; variable