Searched refs:WindowStagePtr (Results 1 – 4 of 4) sorted by relevance
104 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneCreated()114 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneRestored()
33 using WindowStagePtr = void*; variable58 void (*cjAbilityOnSceneCreated)(int64_t id, WindowStagePtr cjWindowStage);59 void (*cjAbilityOnSceneRestored)(int64_t id, WindowStagePtr cjWindowStage);
70 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102()71 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in __anon27f430c00102()
99 funcs->cjAbilityOnSceneCreated = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs()100 funcs->cjAbilityOnSceneRestored = [](int64_t id, WindowStagePtr cjWindowStage) {}; in PreSetCJAbilityStageFuncs()