Searched refs:AppRecoveryNotifyApp (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1508 void AppRecoveryNotifyApp(int32_t pid, const std::string& bundleName,
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3439 …appMgrServiceInner->AppRecoveryNotifyApp(pid, bundleName, FaultDataType::RESOURCE_CONTROL, "appRec… 3440 … appMgrServiceInner->AppRecoveryNotifyApp(pid, bundleName, FaultDataType::APP_FREEZE, "recovery");
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 5724 void AppMgrServiceInner::AppRecoveryNotifyApp(int32_t pid, const std::string& bundleName, in AppRecoveryNotifyApp() function in OHOS::AppExecFwk::AppMgrServiceInner 5793 AppRecoveryNotifyApp(pid, bundleName, FaultDataType::APP_FREEZE, "recoveryTimeout"); in NotifyAppFault() 5923 AppRecoveryNotifyApp(pid, bundleName, faultData.faultType, "appRecovery"); in TransformedNotifyAppFault()
|