Home
last modified time | relevance | path

Searched refs:OnInactive (Results 1 - 25 of 74) sorted by relevance

123

/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/
H A DpageAbilityDemo.cpp56 void PageAbilityDemo::OnInactive() in OnInactive() function in OHOS::AppExecFwk::PageAbilityDemo
58 APP_LOGI("PageAbilityDemo::OnInactive"); in OnInactive()
59 Ability::OnInactive(); in OnInactive()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/
H A DpageAbilityDemo.cpp55 void PageAbilityDemo::OnInactive() in OnInactive() function in OHOS::AppExecFwk::PageAbilityDemo
57 APP_LOGI("PageAbilityDemo::OnInactive"); in OnInactive()
58 Ability::OnInactive(); in OnInactive()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dace_ability.cpp62 void AceAbility::OnInactive() in OnInactive() function in OHOS::ACELite::AceAbility
64 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnInactive"); in OnInactive()
66 Ability::OnInactive(); in OnInactive()
67 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnInactive Done"); in OnInactive()
H A Dace_ability.h38 void OnInactive() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/src/
H A DpageAbilityDemo.cpp61 void PageAbilityDemo::OnInactive() in OnInactive() function in OHOS::AppExecFwk::PageAbilityDemo
63 APP_LOGI("PageAbilityDemo::OnInactive"); in OnInactive()
64 Ability::OnInactive(); in OnInactive()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/src/
H A DpageAbilityDemo.cpp64 void PageAbilityDemo::OnInactive() in OnInactive() function in OHOS::AppExecFwk::PageAbilityDemo
66 APP_LOGI("PageAbilityDemo::OnInactive"); in OnInactive()
67 Ability::OnInactive(); in OnInactive()
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_scheduler.cpp60 topAbilitySlice_->OnInactive(); in HandleInactiveAbilitySlice()
111 topAbilitySlice_->OnInactive(); in AddAbilitySlice()
143 topAbilitySlice_->OnInactive(); in RemoveAbilitySlice()
H A Dability_slice.cpp67 void AbilitySlice::OnInactive() in OnInactive() function in OHOS::AbilitySlice
69 HILOG_INFO(HILOG_MODULE_APP, "AbilitySlice OnInactive"); in OnInactive()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle_observer.cpp22 void LifecycleObserver::OnInactive() {} in OnInactive() function in OHOS::AppExecFwk::LifecycleObserver
H A Dability_lifecycle.cpp101 callback->OnInactive(); in DispatchLifecycle()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Dmock_lifecycle_observer.cpp36 void MockLifecycleObserver::OnInactive() in OnInactive() function in OHOS::AppExecFwk::MockLifecycleObserver
38 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnInactive called"; in OnInactive()
H A Dmock_lifecycle_observer.h38 void OnInactive() override;
H A Ddemo_ability_test.cpp62 void DemoAbility::OnInactive() in OnInactive() function in OHOS::AppExecFwk::DemoAbility
64 GTEST_LOG_(INFO) << "DemoAbility::OnInactive called"; in OnInactive()
65 Ability::OnInactive(); in OnInactive()
H A Ddemo_ability_test.h29 void OnInactive() override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle_observer_interface.h63 virtual void OnInactive() = 0;
H A Dability_lifecycle_observer.h62 virtual void OnInactive();
/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H A Dability_slice.h84 virtual void OnInactive();
H A Dability.h95 virtual void OnInactive();
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dmock_lifecycle_observer.cpp41 void MockLifecycleObserver::OnInactive() in OnInactive() function in OHOS::AppExecFwk::MockLifecycleObserver
43 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnInactive called"; in OnInactive()
H A Dmock_lifecycle_observer.h39 void OnInactive() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/include/
H A DpageAbilityDemo.h30 virtual void OnInactive() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/include/
H A DpageAbilityDemo.h31 virtual void OnInactive() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/include/
H A DpageAbilityDemo.h30 virtual void OnInactive() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/include/
H A DpageAbilityDemo.h30 virtual void OnInactive() override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_lifecycle_observer.h49 virtual void OnInactive() in OnInactive() function in OHOS::AppExecFwk::MockLifecycleObserver
51 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnInactive called"; in OnInactive()

Completed in 7 milliseconds

123