Home
last modified time | relevance | path

Searched refs:AppRecoveryNotifyApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1508 void AppRecoveryNotifyApp(int32_t pid, const std::string& bundleName,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3439 …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 Dapp_mgr_service_inner.cpp5724 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()