Searched refs:GetDevVendor (Results 1 – 5 of 5) sorted by relevance
39 MOCK_METHOD0(GetDevVendor, std::string(void));
566 EXPECT_CALL(*mock, GetDevVendor()).WillOnce(testing::Return(str));567 std::string ret = mock->GetDevVendor();
56 std::string GetDevVendor() const;
68 diskInfo.GetSysPath(), diskInfo.GetDevVendor(), in NotifyDiskCreated()
80 std::string DiskInfo::GetDevVendor() const in GetDevVendor() function in OHOS::StorageDaemon::DiskInfo