Searched refs:cjWindowStage (Results 1 – 4 of 4) sorted by relevance
58 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;
98 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()
70 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102() argument71 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102() argument
99 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs() argument100 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs() argument