fix switch case 缺少break

Signed-off-by: 张欣宇 <zhangxinyu74@huawei.com>
Change-Id: I2723f6a58cc776a59d1892d99abdf5ef83ff6d13
This commit is contained in:
张欣宇 2024-11-22 19:30:19 +08:00
parent d36ec5e66d
commit 0701255c46

View File

@ -611,6 +611,7 @@ int BundleMgrHost::OnRemoteRequest(uint32_t code, MessageParcel &data, MessagePa
break;
case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_COMPATIBLED_DEVICE_TYPE):
errCode = HandleGetCompatibleDeviceType(data, reply);
break;
case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_NAME_BY_APP_ID_OR_APP_IDENTIFIER):
errCode = HandleGetBundleNameByAppId(data, reply);
break;