Searched refs:StartEmptyResidentProcess (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 2126 appMgrServiceInner->StartEmptyResidentProcess(info, processName, 0, true); in HWTEST_F() 2128 appMgrServiceInner->StartEmptyResidentProcess(info, processName, 1, true); in HWTEST_F() 2130 appMgrServiceInner->StartEmptyResidentProcess(info, "", 0, true); in HWTEST_F() 2133 appMgrServiceInner->StartEmptyResidentProcess(info, processName, 0, true); in HWTEST_F() 2136 appMgrServiceInner->StartEmptyResidentProcess(info, processName, 0, true); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1397 void StartEmptyResidentProcess(const BundleInfo &info, const std::string &processName, int restartCount,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 3958 StartEmptyResidentProcess(bundle, processName, restartCount, isEmptyKeepAliveApp); in StartResidentProcess() 3962 void AppMgrServiceInner::StartEmptyResidentProcess( in StartEmptyResidentProcess() function in OHOS::AppExecFwk::AppMgrServiceInner 4016 TAG_LOGI(AAFwkTag::APPMGR, "StartEmptyResidentProcess of pid : [%{public}d], ", in StartEmptyResidentProcess()
|
Completed in 22 milliseconds