diff --git a/test/resource/notificationfuzztest/src/notificationfuzztestmanager.cpp b/test/resource/notificationfuzztest/src/notificationfuzztestmanager.cpp index b2c7ef219b783a6ef2aff76b76447e95433a34be..45eba385ca67a00db0318df88bb9b39056622a5e 100644 --- a/test/resource/notificationfuzztest/src/notificationfuzztestmanager.cpp +++ b/test/resource/notificationfuzztest/src/notificationfuzztestmanager.cpp @@ -616,13 +616,6 @@ void NotificationFuzzTestManager::RegisterLauncherService() temp->IsAbilityEnabled(abilityInfo); }); - callFunctionMap_.emplace("LauncherServiceGetShortcutInfos", []() { - std::shared_ptr temp = GetParamLauncherService(); - const std::string bundleName = GetStringParam(); - std::vector launcherShortcutInfo = GetParamLauncherShortcutInfoVector(); - temp->GetShortcutInfos(bundleName, launcherShortcutInfo); - }); - callFunctionMap_.emplace("LauncherServiceRegisterCallback", []() { std::shared_ptr temp = GetParamLauncherService(); const sptr callback = GetParamIBundleStatusCallback();