Searched refs:contentStorage (Results 1 – 8 of 8) sorted by relevance
47 … "//foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/contentStorage.js")48 dst_file = rebase_path(base_output_path + "/contentStorage.abc")50 …= [ "//foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/contentStorage.js" ]51 out_puts = [ base_output_path + "/contentStorage.abc" ]70 input = base_output_path + "/contentStorage.abc"
87 restoreWindowStage(contentStorage) { argument88 return this.__context_impl__.restoreWindowStage(contentStorage)
388 ErrCode AbilityContextImpl::RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) in RestoreWindowStage() argument390 HILOG_INFO("%{public}s begin. contentStorage = %{public}p", __func__, contentStorage); in RestoreWindowStage()391 contentStorage_ = std::unique_ptr<NativeReference>(engine.CreateReference(contentStorage, 1)); in RestoreWindowStage()
123 virtual ErrCode RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) = 0;
84 ErrCode RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) override;
254 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnLoadContent() local268 … NativeValue* nativeStorage = (contentStorage == nullptr) ? nullptr : contentStorage->Get(); in OnLoadContent()
68 input = "engine/contentStorage.js"
688 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnLoadContent() local697 … NativeValue* nativeStorage = (contentStorage == nullptr) ? nullptr : contentStorage->Get(); in OnLoadContent()