fix codecheck

Signed-off-by: wangzhaohao <wangzhaohao@huawei.com>
This commit is contained in:
wangzhaohao 2024-11-03 12:41:27 +08:00
parent b4cbdbebda
commit b8cd1007d9

View File

@ -46,7 +46,7 @@ class MockDistributedDeviceProfileStubNew : public DistributedDeviceProfileStubN
int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile,) override;
int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
int32_t GetServiceProfile(const std::string& deviceId, const std::string& serviceName,
ServiceProfile& serviceProfile) override;
int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,