Home
last modified time | relevance | path

Searched refs:OnBackground (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dslite_ace_ability.cpp46 void SliteAceAbility::OnBackground() in OnBackground() function in OHOS::ACELite::SliteAceAbility
50 SliteAbility::OnBackground(); in OnBackground()
H A Dace_ability.cpp79 void AceAbility::OnBackground() in OnBackground() function in OHOS::ACELite::AceAbility
81 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnBackground"); in OnBackground()
82 Ability::OnBackground(); in OnBackground()
84 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnBackground Done"); in OnBackground()
H A Dslite_ace_ability.h35 void OnBackground() override;
H A Dace_ability.h40 void OnBackground() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/
H A DpageAbilityDemo.cpp62 void PageAbilityDemo::OnBackground() in OnBackground() function in OHOS::AppExecFwk::PageAbilityDemo
64 APP_LOGI("PageAbilityDemo::OnBackground"); in OnBackground()
65 Ability::OnBackground(); in OnBackground()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/
H A DpageAbilityDemo.cpp61 void PageAbilityDemo::OnBackground() in OnBackground() function in OHOS::AppExecFwk::PageAbilityDemo
63 APP_LOGI("PageAbilityDemo::OnBackground"); in OnBackground()
64 Ability::OnBackground(); in OnBackground()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base.h105 void OnBackground() override
108 impl_->OnBackground();
110 Extension::OnBackground();
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/src/
H A DpageAbilityDemo.cpp67 void PageAbilityDemo::OnBackground() in OnBackground() function in OHOS::AppExecFwk::PageAbilityDemo
69 APP_LOGI("PageAbilityDemo::OnBackground"); in OnBackground()
70 Ability::OnBackground(); in OnBackground()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/src/
H A DpageAbilityDemo.cpp70 void PageAbilityDemo::OnBackground() in OnBackground() function in OHOS::AppExecFwk::PageAbilityDemo
72 APP_LOGI("PageAbilityDemo::OnBackground"); in OnBackground()
73 Ability::OnBackground(); in OnBackground()
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_scheduler.cpp81 topAbilitySlice_->OnBackground(); in HandleMoveAbilitySliceToBackground()
125 topAbilitySlice_->OnBackground(); in AddAbilitySlice()
155 topAbilitySlice_->OnBackground(); in RemoveAbilitySlice()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle_observer.cpp33 void LifecycleObserver::OnBackground() {} in OnBackground() function in OHOS::AppExecFwk::LifecycleObserver
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Dmock_lifecycle_observer.cpp26 void MockLifecycleObserver::OnBackground() in OnBackground() function in OHOS::AppExecFwk::MockLifecycleObserver
28 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnBackground called"; in OnBackground()
H A Dmock_lifecycle_observer.h34 void OnBackground() override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle_observer_interface.h43 virtual void OnBackground() = 0;
H A Dability_lifecycle_observer.h42 virtual void OnBackground();
/foundation/ability/ability_lite/interfaces/kits/ability_lite/slite/
H A Dslite_ability.h77 virtual void OnBackground();
/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H A Dability_slice.h102 virtual void OnBackground();
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dmock_lifecycle_observer.cpp21 void MockLifecycleObserver::OnBackground() in OnBackground() function in OHOS::AppExecFwk::MockLifecycleObserver
23 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnBackground called"; in OnBackground()
H A Dmock_lifecycle_observer.h31 void OnBackground() override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_application.h32 virtual void OnBackground();
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/include/
H A DpageAbilityDemo.h31 virtual void OnBackground() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/include/
H A DpageAbilityDemo.h32 virtual void OnBackground() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/include/
H A DpageAbilityDemo.h31 virtual void OnBackground() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/include/
H A DpageAbilityDemo.h31 virtual void OnBackground() override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_service_ability.h56 void OnBackground() in OnBackground() function in OHOS::AppExecFwk::MockServiceAbility
58 GTEST_LOG_(INFO) << "MockServiceAbility::OnBackground called"; in OnBackground()

Completed in 7 milliseconds

1234