Home
last modified time | relevance | path

Searched refs:cjWindowStage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ability_object.h58 void (*cjAbilityOnSceneCreated)(int64_t id, WindowStagePtr cjWindowStage);
59 void (*cjAbilityOnSceneRestored)(int64_t id, WindowStagePtr cjWindowStage);
88 void OnSceneCreated(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const;
89 void OnSceneRestored(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ability_object.cpp98 void CJAbilityObject::OnSceneCreated(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const in OnSceneCreated()
104 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneCreated()
108 void CJAbilityObject::OnSceneRestored(OHOS::Rosen::CJWindowStageImpl* cjWindowStage) const in OnSceneRestored()
114 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneRestored()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp70 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102() argument
71 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dcj_ui_ability_test.cpp99 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs() argument
100 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs() argument