Searched refs:DoSetVolDesc (Results 1 – 7 of 7) sorted by relevance
34 MOCK_METHOD1(DoSetVolDesc, int32_t(std::string));
595 EXPECT_CALL(mock, DoSetVolDesc(testing::_)).Times(1).WillOnce(testing::Return(E_OK));
62 virtual int32_t DoSetVolDesc(std::string description) = 0;
44 virtual int32_t DoSetVolDesc(std::string description) override;
208 int32_t err = DoSetVolDesc(description); in SetVolumeDescription()
281 int32_t ExternalVolumeInfo::DoSetVolDesc(std::string description) in DoSetVolDesc() function in OHOS::StorageDaemon::ExternalVolumeInfo