/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_lifecycle_callback/ |
H A D | ability_lifecycle_callback.js | 23 onWindowStageCreate(ability, windowStage) { argument 27 onWindowStageActive(ability, windowStage) { argument 31 onWindowStageInactive(ability, windowStage) { argument 35 onWindowStageDestroy(ability, windowStage) { argument 67 onWindowStageWillCreate(ability, windowStage) { argument 71 onWindowStageWillDestroy(ability, windowStage) { argument 91 onWindowStageWillRestore(ability, windowStage) { argument 95 onWindowStageRestore(ability, windowStage) { argument
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_state_callback.h | 31 const std::shared_ptr<NativeReference>& windowStage) override {} in OnWindowStageCreate() 34 const std::shared_ptr<NativeReference>& windowStage) override {} in OnWindowStageDestroy() 37 const std::shared_ptr<NativeReference>& windowStage) override {} in OnWindowStageActive() 40 const std::shared_ptr<NativeReference>& windowStage) override {} in OnWindowStageInactive()
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_app_state_callback.h | 27 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageCreate() 32 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageDestroy() 37 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageActive() 42 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageInactive()
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | app_state_callback.h | 28 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageCreate() 33 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageDestroy() 38 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageActive() 43 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in OnWindowStageInactive()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | ability_lifecycle_callback.cpp | 31 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in CallJsMethodInnerCommon() 90 …const std::shared_ptr<NativeReference> &ability, const std::shared_ptr<NativeReference> &windowSta… in CallWindowStageJsMethod() 108 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageCreate() 114 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageDestroy() 120 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageActive() 126 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageInactive() 157 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageWillRestore() 163 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageRestore() 235 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageWillCreate() 241 const std::shared_ptr<NativeReference> &windowStage) in OnWindowStageWillDestroy()
|
H A D | application_context.cpp | 121 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageCreate() 136 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageDestroy() 151 const std::shared_ptr<NativeReference> &windowStage) in DispatchWindowStageFocus() 167 const std::shared_ptr<NativeReference> &windowStage) in DispatchWindowStageUnfocus() 255 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageWillRestore() 272 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageRestore() 406 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageWillCreate() 422 const std::shared_ptr<NativeReference> &windowStage) in DispatchOnWindowStageWillDestroy()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/registerabilitylifecyclecallback_fuzzer/ |
H A D | registerabilitylifecyclecallback_fuzzer.cpp | 42 const std::shared_ptr<NativeReference> &windowStage) override{}; in OnWindowStageCreate() 45 const std::shared_ptr<NativeReference> &windowStage) override{}; in OnWindowStageDestroy() 48 const std::shared_ptr<NativeReference> &windowStage) override{}; in OnWindowStageActive() 51 const std::shared_ptr<NativeReference> &windowStage) override{}; in OnWindowStageInactive()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/unregisterabilitylifecyclecallback_fuzzer/ |
H A D | unregisterabilitylifecyclecallback_fuzzer.cpp | 40 const std::shared_ptr<NativeReference>& windowStage) override {}; in OnWindowStageCreate() 42 const std::shared_ptr<NativeReference>& windowStage) override {}; in OnWindowStageDestroy() 44 const std::shared_ptr<NativeReference>& windowStage) override {}; in OnWindowStageActive() 46 const std::shared_ptr<NativeReference>& windowStage) override {}; in OnWindowStageInactive()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | ability_lifecycle_callback.h | 142 const std::shared_ptr<NativeReference> &windowStage) {} in OnWindowStageWillCreate() 154 const std::shared_ptr<NativeReference> &windowStage) {} in OnWindowStageWillDestroy() 218 const std::shared_ptr<NativeReference> &windowStage) {} in OnWindowStageWillRestore() 220 const std::shared_ptr<NativeReference> &windowStage) {} in OnWindowStageRestore()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability/ |
H A D | ability.js | 25 onWindowStageCreate(windowStage) { } argument 33 onWindowStageRestore(windowStage) { } argument
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/napi_module/uiability/ |
H A D | ability.js | 19 onWindowStageCreate(windowStage) { } argument
|
/ohos5.0/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
|
H A D | js_ui_ability.cpp | 1595 void JsUIAbility::UpdateJsWindowStage(napi_value windowStage) in UpdateJsWindowStage()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/ |
H A D | application_context_test.cpp | 853 std::shared_ptr<NativeReference> windowStage = nullptr; variable 868 std::shared_ptr<NativeReference> windowStage = nullptr; variable 883 std::shared_ptr<NativeReference> windowStage = nullptr; variable 898 std::shared_ptr<NativeReference> windowStage = nullptr; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 371 …IntentExecutor::CheckParametersUIAbilityForeground(const std::shared_ptr<NativeReference>& windowS… in CheckParametersUIAbilityForeground()
|