Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_proxy.cpp38 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()
H A Dstorage_proxy.h37 std::unique_ptr<StorageInterface> distributedDelegate_; variable