Home
last modified time | relevance | path

Searched defs:contentStorage (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/entry/src/main/ets/MainAbility/
DMainAbility.ts33 contentStorage : ContentStorage property in MainAbility
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_root_scene_session.cpp150 std::shared_ptr<NativeReference> contentStorage = in OnLoadContent() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
Djs_window_stage.cpp297 static void LoadContentTask(std::shared_ptr<NativeReference> contentStorage, std::string contextUrl, in LoadContentTask()
337 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnLoadContent() local
/foundation/ability/ability_runtime/frameworks/js/napi/ability_context/
Dability_context.js162 restoreWindowStage(contentStorage) { argument
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
Dability_context_impl.cpp516 ErrCode AbilityContextImpl::RestoreWindowStage(NativeEngine& engine, NativeValue* contentStorage) in RestoreWindowStage()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp1447 static void LoadContentTask(std::shared_ptr<NativeReference> contentStorage, std::string contextUrl, in LoadContentTask()
1482 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in LoadContentScheduleOld() local
1532 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in LoadContentScheduleNew() local
1622 std::shared_ptr<NativeReference> contentStorage = (storage == nullptr) ? nullptr : in OnSetUIContent() local