Home
last modified time | relevance | path

Searched refs:contentStorage (Results 1 – 8 of 8) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
DBUILD.gn47 … "//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"
/foundation/aafwk/standard/interfaces/kits/napi/aafwk/ability_context/
Dability_context.js87 restoreWindowStage(contentStorage) { argument
88 return this.__context_impl__.restoreWindowStage(contentStorage)
/foundation/aafwk/standard/frameworks/kits/ability/ability_runtime/src/
Dability_context_impl.cpp388 ErrCode AbilityContextImpl::RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) in RestoreWindowStage() argument
390 HILOG_INFO("%{public}s begin. contentStorage = %{public}p", __func__, contentStorage); in RestoreWindowStage()
391 contentStorage_ = std::unique_ptr<NativeReference>(engine.CreateReference(contentStorage, 1)); in RestoreWindowStage()
/foundation/aafwk/standard/frameworks/kits/ability/ability_runtime/include/
Dability_context.h123 virtual ErrCode RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) = 0;
Dability_context_impl.h84 ErrCode RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) override;
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_stage_napi/
Djs_window_stage.cpp254 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnLoadContent() local
268 … NativeValue* nativeStorage = (contentStorage == nullptr) ? nullptr : contentStorage->Get(); in OnLoadContent()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/
DBUILD.gn68 input = "engine/contentStorage.js"
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp688 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnLoadContent() local
697 … NativeValue* nativeStorage = (contentStorage == nullptr) ? nullptr : contentStorage->Get(); in OnLoadContent()