Home
last modified time | relevance | path

Searched refs:RestartResidentProcess (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2194 appMgrServiceInner->RestartResidentProcess(nullptr);
2197 appMgrServiceInner->RestartResidentProcess(appRecord);
2205 appMgrServiceInner->RestartResidentProcess(appRecord);
2208 appMgrServiceInner->RestartResidentProcess(appRecord);
2211 appMgrServiceInner->RestartResidentProcess(appRecord);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp1987 serviceInner_->RestartResidentProcess(record);
2040 serviceInner_->RestartResidentProcess(appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1256 void RestartResidentProcess(std::shared_ptr<AppRunningRecord> appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4044 void AppMgrServiceInner::RestartResidentProcess(std::shared_ptr<AppRunningRecord> appRecord) in RestartResidentProcess() function in OHOS::AppExecFwk::AppMgrServiceInner
6730 innerService->RestartResidentProcess(appRecord); in NotifyAppFaultBySA()