Home
last modified time | relevance | path

Searched refs:GetDevVendor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_info_test_mock.h39 MOCK_METHOD0(GetDevVendor, std::string(void));
H A Ddisk_info_test.cpp566 EXPECT_CALL(*mock, GetDevVendor()).WillOnce(testing::Return(str));
567 std::string ret = mock->GetDevVendor();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_info.h56 std::string GetDevVendor() const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp68 diskInfo.GetSysPath(), diskInfo.GetDevVendor(), in NotifyDiskCreated()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp80 std::string DiskInfo::GetDevVendor() const in GetDevVendor() function in OHOS::StorageDaemon::DiskInfo