处置加固

Signed-off-by: 张晟钰 <zhangshengyu5@huawei.com>
This commit is contained in:
张晟钰 2024-11-21 21:54:10 +08:00
parent a934deb9ba
commit 1e4507ef85

View File

@ -1959,6 +1959,7 @@ void Service::NotifyCallerCurAppDone(ErrCode errCode, const std::string &callerN
);
} else if (scenario == IServiceReverse::Scenario::RESTORE) {
HILOGI("will notify clone data, scenario is Restore");
SendEndAppGalleryNotify(callerName);
session_->GetServiceReverseProxy()->RestoreOnBundleFinished(errCode, callerName);
}
BundleEndRadarReport(callerName, errCode, scenario);