Home
last modified time | relevance | path

Searched refs:DoSetVolDesc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_mock.h34 MOCK_METHOD1(DoSetVolDesc, int32_t(std::string));
H A Dvolume_info_mock.h34 MOCK_METHOD1(DoSetVolDesc, int32_t(std::string));
H A Dvolume_info_test.cpp595 EXPECT_CALL(mock, DoSetVolDesc(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_info.h62 virtual int32_t DoSetVolDesc(std::string description) = 0;
H A Dexternal_volume_info.h44 virtual int32_t DoSetVolDesc(std::string description) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp208 int32_t err = DoSetVolDesc(description); in SetVolumeDescription()
H A Dexternal_volume_info.cpp281 int32_t ExternalVolumeInfo::DoSetVolDesc(std::string description) in DoSetVolDesc() function in OHOS::StorageDaemon::ExternalVolumeInfo