Home
last modified time | relevance | path

Searched refs:OnForeground (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dscene_created_test.cpp80 // step3. call OnForeground in HWTEST_F()
82 ability_->OnForeground(want); in HWTEST_F()
107 // step3. trigger OnForeground in HWTEST_F()
109 ability_->OnForeground(want); in HWTEST_F()
112 // step5. trigger OnForeground again in HWTEST_F()
113 ability_->OnForeground(want); in HWTEST_F()
138 // step3. call OnForeground in HWTEST_F()
140 ability_->OnForeground(want); in HWTEST_F()
166 // step3. trigger OnForeground in HWTEST_F()
168 ability_->OnForeground(wan in HWTEST_F()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dslite_ace_ability.cpp39 void SliteAceAbility::OnForeground(const Want &want) in OnForeground() function in OHOS::ACELite::SliteAceAbility
43 SliteAbility::OnForeground(want); in OnForeground()
H A Dslite_ace_ability.h34 void OnForeground(const Want &want) override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/
H A DpageAbilityDemo.cpp38 void PageAbilityDemo::OnForeground(const Want &want) in OnForeground() function in OHOS::AppExecFwk::PageAbilityDemo
40 APP_LOGI("PageAbilityDemo::OnForeground"); in OnForeground()
41 Ability::OnForeground(want); in OnForeground()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/
H A DpageAbilityDemo.cpp37 void PageAbilityDemo::OnForeground(const Want &want) in OnForeground() function in OHOS::AppExecFwk::PageAbilityDemo
39 APP_LOGI("PageAbilityDemo::OnForeground"); in OnForeground()
40 Ability::OnForeground(want); in OnForeground()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base.h97 void OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override
99 Extension::OnForeground(want, sessionInfo);
101 impl_->OnForeground(want, sessionInfo);
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/src/
H A DpageAbilityDemo.cpp43 void PageAbilityDemo::OnForeground(const Want &want) in OnForeground() function in OHOS::AppExecFwk::PageAbilityDemo
45 APP_LOGI("PageAbilityDemo::OnForeground"); in OnForeground()
46 Ability::OnForeground(want); in OnForeground()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/src/
H A DpageAbilityDemo.cpp46 void PageAbilityDemo::OnForeground(const Want &want) in OnForeground() function in OHOS::AppExecFwk::PageAbilityDemo
48 APP_LOGI("PageAbilityDemo::OnForeground"); in OnForeground()
49 Ability::OnForeground(want); in OnForeground()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle_observer.cpp35 void LifecycleObserver::OnForeground(const Want &want) {} in OnForeground() function in OHOS::AppExecFwk::LifecycleObserver
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Dmock_lifecycle_observer.cpp31 void MockLifecycleObserver::OnForeground(const Want& want) in OnForeground() function in OHOS::AppExecFwk::MockLifecycleObserver
33 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnForeground called"; in OnForeground()
H A Dmock_lifecycle_observer.h36 void OnForeground(const Want& want) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle_observer_interface.h53 virtual void OnForeground(const Want &want) = 0;
H A Dability_lifecycle_observer.h52 virtual void OnForeground(const Want &want);
/foundation/ability/ability_lite/interfaces/kits/ability_lite/slite/
H A Dslite_ability.h68 virtual void OnForeground(const Want &want);
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dmock_lifecycle_observer.cpp31 void MockLifecycleObserver::OnForeground(const Want& want) in OnForeground() function in OHOS::AppExecFwk::MockLifecycleObserver
33 GTEST_LOG_(INFO) << "MockLifecycleObserver::OnForeground called"; in OnForeground()
H A Dmock_lifecycle_observer.h35 void OnForeground(const Want& want) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_application.h31 virtual void OnForeground();
/foundation/ability/ability_runtime/test/sample/demo_ui_extension/native/demo_ui_extension_ability/include/
H A Djs_demo_ui_extension.h40 void OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/include/
H A DpageAbilityDemo.h33 virtual void OnForeground(const Want &want) override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/include/
H A DpageAbilityDemo.h34 virtual void OnForeground(const Want &want) override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/include/
H A DpageAbilityDemo.h33 virtual void OnForeground(const Want &want) override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/include/
H A DpageAbilityDemo.h33 virtual void OnForeground(const Want &want) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.h41 void OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override;
/foundation/ability/ability_lite/frameworks/ability_lite/src/slite/
H A Dslite_ability.cpp47 void SliteAbility::OnForeground(const Want &want) in OnForeground() function in OHOS::AbilitySlite::SliteAbility
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.cpp132 void JsPhotoEditorExtensionImpl::OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) in OnForeground() function in OHOS::AbilityRuntime::JsPhotoEditorExtensionImpl
134 JsUIExtensionBase::OnForeground(want, sessionInfo); in OnForeground()

Completed in 6 milliseconds

1234