Searched refs:storage_device_id (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
H A Dtest_portable_device_watcher_win.cc132 const std::string& storage_device_id,
135 DCHECK(!storage_device_id.empty());
137 if (storage_device_id == TestPortableDeviceWatcherWin::kStorageUniqueIdA) {
145 storage_device_id, device_location, storage_object_id);
131 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, string16* device_location, string16* storage_object_id) const argument
H A Dtest_portable_device_watcher_win.h66 const std::string& storage_device_id,
H A Dstorage_monitor_win.cc116 const std::string& storage_device_id,
120 StorageInfo::CrackDeviceId(storage_device_id, &type, NULL);
123 storage_device_id, device_location, storage_object_id));
115 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, base::string16* device_location, base::string16* storage_object_id) const argument
H A Dstorage_monitor_win.h37 const std::string& storage_device_id,
H A Dtest_storage_monitor.h49 const std::string& storage_device_id,
H A Dportable_device_watcher_win.h80 // Gets the information of the MTP storage specified by |storage_device_id|.
85 const std::string& storage_device_id,
H A Dstorage_monitor.h107 // Gets the MTP device storage information specified by |storage_device_id|.
113 const std::string& storage_device_id,
H A Dtest_storage_monitor.cc110 const std::string& storage_device_id,
109 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, string16* device_location, string16* storage_object_id) const argument
H A Dportable_device_watcher_win.cc513 const std::string& storage_device_id,
520 storage_map_.find(storage_device_id);
532 if (storage_device_id == storage_object_iter->object_persistent_id) {
512 GetMTPStorageInfoFromDeviceId( const std::string& storage_device_id, string16* device_location, string16* storage_object_id) const argument
H A Dstorage_monitor_win_unittest.cc61 // Gets the MTP details of the storage specified by the |storage_device_id|.
64 bool GetMTPStorageInfo(const std::string& storage_device_id,
266 const std::string& storage_device_id,
269 return monitor_->GetMTPStorageInfoFromDeviceId(storage_device_id,
265 GetMTPStorageInfo( const std::string& storage_device_id, base::string16* pnp_device_id, base::string16* storage_object_id) argument
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc48 string16 storage_device_id; local
49 RemoveChars(storage_path, L"\\\\", &storage_device_id);
50 DCHECK(!storage_device_id.empty());
55 UTF16ToUTF8(storage_device_id), pnp_device_id, storage_object_id);

Completed in 86 milliseconds