Home
last modified time | relevance | path

Searched refs:IsKilledForUpgradeWeb (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dexit_resident_process_manager.h55 bool IsKilledForUpgradeWeb(const std::string &bundleName) const;
H A Dams_mgr_scheduler.h408 virtual bool IsKilledForUpgradeWeb(const std::string &bundleName) override;
H A Dapp_mgr_service_inner.h1341 bool IsKilledForUpgradeWeb(const std::string &bundleName) const;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dexit_resident_process_manager.cpp122 bool ExitResidentProcessManager::IsKilledForUpgradeWeb(const std::string &bundleName) const in IsKilledForUpgradeWeb() function in OHOS::AppExecFwk::ExitResidentProcessManager
H A Dams_mgr_scheduler.cpp700 bool AmsMgrScheduler::IsKilledForUpgradeWeb(const std::string &bundleName) in IsKilledForUpgradeWeb() function in OHOS::AppExecFwk::AmsMgrScheduler
706 return amsMgrServiceInner_->IsKilledForUpgradeWeb(bundleName); in IsKilledForUpgradeWeb()
H A Dapp_mgr_service_inner.cpp6790 if (ExitResidentProcessManager::GetInstance().IsKilledForUpgradeWeb(appRecord->GetBundleName())) { in NotifyAppFaultBySA()
8047 bool AppMgrServiceInner::IsKilledForUpgradeWeb(const std::string &bundleName) const in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
8054 return ExitResidentProcessManager::GetInstance().IsKilledForUpgradeWeb(bundleName); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/exit_resident_process_manager_test/
H A Dexit_resident_process_manager_test.cpp149 * @tc.desc: Verify that the IsKilledForUpgradeWeb interface calls normally
157 EXPECT_EQ(exitResidentProcessManager->IsKilledForUpgradeWeb(bundleName), false); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_first_test/
H A Dapp_mgr_client_first_test.cpp140 * @tc.desc: AppMgrClient test for IsKilledForUpgradeWeb.
148 auto result = appMgrClient->IsKilledForUpgradeWeb(bundleName); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h411 virtual bool IsKilledForUpgradeWeb(const std::string &bundleName) in IsKilledForUpgradeWeb() function in OHOS::AppExecFwk::IAmsMgr
H A Dams_mgr_proxy.h373 virtual bool IsKilledForUpgradeWeb(const std::string &bundleName) override;
H A Dapp_mgr_client.h879 bool IsKilledForUpgradeWeb(const std::string &bundleName);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp629 bool AppScheduler::IsKilledForUpgradeWeb(const std::string &bundleName) in IsKilledForUpgradeWeb() function in OHOS::AAFwk::AppScheduler
635 return appMgrClient_->IsKilledForUpgradeWeb(bundleName); in IsKilledForUpgradeWeb()
H A Dability_connect_manager.cpp2184 if (DelayedSingleton<AppScheduler>::GetInstance()->IsKilledForUpgradeWeb(abilityInfo.bundleName)) { in KeepAbilityAlive()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h555 bool IsKilledForUpgradeWeb(const std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1890 * @tc.desc: Test IsKilledForUpgradeWeb
1904 auto ret = amsMgrScheduler->IsKilledForUpgradeWeb(""); in HWTEST_F()
1911 * @tc.desc: Test IsKilledForUpgradeWeb
1926 auto ret = amsMgrScheduler->IsKilledForUpgradeWeb(""); in HWTEST_F()
1933 * @tc.desc: Test IsKilledForUpgradeWeb
1948 auto ret = amsMgrScheduler->IsKilledForUpgradeWeb(""); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1364 bool AppMgrClient::IsKilledForUpgradeWeb(const std::string &bundleName) in IsKilledForUpgradeWeb() function in OHOS::AppExecFwk::AppMgrClient
1377 return amsService->IsKilledForUpgradeWeb(bundleName); in IsKilledForUpgradeWeb()
H A Dams_mgr_stub.cpp820 auto result = IsKilledForUpgradeWeb(bundleName); in HandleIsKilledForUpgradeWeb()
H A Dams_mgr_proxy.cpp1268 bool AmsMgrProxy::IsKilledForUpgradeWeb(const std::string &bundleName) in IsKilledForUpgradeWeb() function in OHOS::AppExecFwk::AmsMgrProxy

Completed in 37 milliseconds