mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
add codecheck
Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
parent
1c5c5cc0da
commit
a28c98ac36
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user