Home
last modified time | relevance | path

Searched refs:IsForegroundToRestartApp (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Drestart_app_manager.h38 bool IsForegroundToRestartApp() const;
/foundation/ability/ability_runtime/test/unittest/restart_app_manager_test/
H A Drestart_app_manager_test.cpp75 * @tc.name: IsForegroundToRestartApp
76 * @tc.desc: Test whether IsForegroundToRestartApp is called normally.
82 auto res = instance.IsForegroundToRestartApp(); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Drestart_app_manager.cpp50 bool RestartAppManager::IsForegroundToRestartApp() const in IsForegroundToRestartApp() function in OHOS::AAFwk::RestartAppManager
59 TAG_LOGE(AAFwkTag::ABILITYMGR, "IsForegroundToRestartApp, state not foreground"); in IsForegroundToRestartApp()
H A Dability_manager_service.cpp11268 bool isForegroundToRestartApp = RestartAppManager::GetInstance().IsForegroundToRestartApp(); in RestartApp()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrestartappmanager_fuzzer/
H A Dabilitymgrrestartappmanager_fuzzer.cpp59 restartAppManager-> IsForegroundToRestartApp(); in DoSomethingInterestingWithMyAPI()

Completed in 22 milliseconds