add codecheck

Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
dengxiaoyu 2024-07-10 19:57:22 +08:00
parent 1c5c5cc0da
commit a28c98ac36

View File

@ -190,7 +190,7 @@ bool DmsUE::ChangedSwitchState(const std::string& switchState, int32_t errCode)
return true;
}
int32_t DmsUE::GetDeviceTypeByNetworkId(int32_t networkId)
int32_t DmsUE::GetDeviceTypeByNetworkId(std::string networkId)
{
auto deviceInfo = DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(networkId);
if (deviceInfo == nullptr) {