diff --git a/interfaces/inner_api/appexecfwk_core/src/bundlemgr/bundle_mgr_host.cpp b/interfaces/inner_api/appexecfwk_core/src/bundlemgr/bundle_mgr_host.cpp index c3a8e0aab..631a46ca4 100644 --- a/interfaces/inner_api/appexecfwk_core/src/bundlemgr/bundle_mgr_host.cpp +++ b/interfaces/inner_api/appexecfwk_core/src/bundlemgr/bundle_mgr_host.cpp @@ -611,6 +611,7 @@ int BundleMgrHost::OnRemoteRequest(uint32_t code, MessageParcel &data, MessagePa break; case static_cast(BundleMgrInterfaceCode::GET_COMPATIBLED_DEVICE_TYPE): errCode = HandleGetCompatibleDeviceType(data, reply); + break; case static_cast(BundleMgrInterfaceCode::GET_BUNDLE_NAME_BY_APP_ID_OR_APP_IDENTIFIER): errCode = HandleGetBundleNameByAppId(data, reply); break;