mirror of
https://gitee.com/openharmony/deviceprofile_device_info_manager
synced 2024-11-26 17:21:03 +00:00
fix codecheck
Signed-off-by: wangzhaohao <wangzhaohao@huawei.com>
This commit is contained in:
parent
b4cbdbebda
commit
b8cd1007d9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user