Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_context_impl.h137 return contentStorage_; in GetContentStorage()
303 std::unique_ptr<NativeReference> contentStorage_ = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_context_impl.cpp619 contentStorage_ = std::unique_ptr<NativeReference>(reinterpret_cast<NativeReference*>(value)); in RestoreWindowStage()