/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | ability_lifecycle_callback.h | 141 OnWindowStageWillCreate(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillCreate() argument 153 OnWindowStageWillDestroy(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillDestroy() argument 217 OnWindowStageWillRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillRestore() argument 219 OnWindowStageRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageRestore() argument [all...] |
/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_ability_lifecycle_callback.cpp | 134 void CjAbilityLifecycleCallback::OnWindowStageCreate(const int64_t &ability, WindowStagePtr windowStage) in OnWindowStageCreate() argument 150 void CjAbilityLifecycleCallback::OnWindowStageActive(const int64_t &ability, WindowStagePtr windowStage) in OnWindowStageActive() argument 166 void CjAbilityLifecycleCallback::OnWindowStageInactive(const int64_t &ability, WindowStagePtr windowStage) in OnWindowStageInactive() argument 182 OnWindowStageDestroy(const int64_t &ability, WindowStagePtr windowStage) OnWindowStageDestroy() argument 279 OnWindowStageWillCreate(const int64_t &ability, WindowStagePtr windowStage) OnWindowStageWillCreate() argument 295 OnWindowStageWillDestroy(const int64_t &ability, WindowStagePtr windowStage) OnWindowStageWillDestroy() argument 405 OnWindowStageWillRestore(const int64_t &ability, WindowStagePtr windowStage) OnWindowStageWillRestore() argument 421 OnWindowStageRestore(const int64_t &ability, WindowStagePtr windowStage) OnWindowStageRestore() argument [all...] |
H A D | cj_application_context.cpp | 106 void CJApplicationContext::DispatchOnWindowStageCreate(const int64_t &ability, WindowStagePtr windowStage) in DispatchOnWindowStageCreate() argument 121 void CJApplicationContext::DispatchWindowStageFocus(const int64_t &ability, WindowStagePtr windowStage) in DispatchWindowStageFocus() argument 136 void CJApplicationContext::DispatchWindowStageUnfocus(const int64_t &ability, WindowStagePtr windowStage) in DispatchWindowStageUnfocus() argument 151 DispatchOnWindowStageDestroy(const int64_t &ability, WindowStagePtr windowStage) DispatchOnWindowStageDestroy() argument 241 DispatchOnWindowStageWillCreate(const int64_t &ability, WindowStagePtr windowStage) DispatchOnWindowStageWillCreate() argument 256 DispatchOnWindowStageWillDestroy(const int64_t &ability, WindowStagePtr windowStage) DispatchOnWindowStageWillDestroy() argument 362 DispatchOnWindowStageWillRestore(const int64_t &ability, WindowStagePtr windowStage) DispatchOnWindowStageWillRestore() argument 378 DispatchOnWindowStageRestore(const int64_t &ability, WindowStagePtr windowStage) DispatchOnWindowStageRestore() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ability_object.cpp | 104 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneCreated() local 114 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneRestored() local 124 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage); in OnSceneWillDestroy() local
|
H A D | cj_ui_ability.cpp | 301 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); in OnSceneCreated() local 322 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); in OnSceneCreated() local 350 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); in OnSceneRestored() local 359 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); in OnSceneRestored() local 398 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); in onSceneDestroyed() local 421 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); onSceneDestroyed() local 519 WindowStagePtr windowStage = reinterpret_cast<WindowStagePtr>(cjWindowStage_.GetRefPtr()); OnAfterFocusedCommon() local [all...] |
H A D | js_ui_ability.cpp | 1620 void JsUIAbility::UpdateJsWindowStage(napi_value windowStage) in UpdateJsWindowStage() argument
|
/foundation/ability/ability_runtime/test/unittest/application_context_test/ |
H A D | application_context_test.cpp | 853 std::shared_ptr<NativeReference> windowStage = nullptr; in HWTEST_F() local 868 std::shared_ptr<NativeReference> windowStage = nullptr; in HWTEST_F() local 883 std::shared_ptr<NativeReference> windowStage = nullptr; in HWTEST_F() local 898 std::shared_ptr<NativeReference> windowStage = nullptr; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | ability_lifecycle_callback.cpp | 30 CallJsMethodInnerCommon(const std::string &methodName, const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage, const std::map<int32_t, std::shared_ptr<NativeReference>> callbacks) CallJsMethodInnerCommon() argument 89 CallWindowStageJsMethod(const std::string &methodName, const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) CallWindowStageJsMethod() argument 107 OnWindowStageCreate(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageCreate() argument 113 OnWindowStageDestroy(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageDestroy() argument 119 OnWindowStageActive(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageActive() argument 125 OnWindowStageInactive(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageInactive() argument 156 OnWindowStageWillRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillRestore() argument 162 OnWindowStageRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageRestore() argument 234 OnWindowStageWillCreate(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillCreate() argument 240 OnWindowStageWillDestroy(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) OnWindowStageWillDestroy() argument [all...] |
H A D | application_context.cpp | 121 DispatchOnWindowStageCreate(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageCreate() argument 136 DispatchOnWindowStageDestroy(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageDestroy() argument 151 DispatchWindowStageFocus(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchWindowStageFocus() argument 167 DispatchWindowStageUnfocus(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchWindowStageUnfocus() argument 255 DispatchOnWindowStageWillRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageWillRestore() argument 272 DispatchOnWindowStageRestore(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageRestore() argument 406 DispatchOnWindowStageWillCreate(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageWillCreate() argument 422 DispatchOnWindowStageWillDestroy(const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowStage) DispatchOnWindowStageWillDestroy() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 371 bool JsInsightIntentExecutor::CheckParametersUIAbilityForeground(const std::shared_ptr<NativeReference>& windowStage) in CheckParametersUIAbilityForeground() argument
|