Home
last modified time | relevance | path

Searched defs:volumeId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dvolume_manager_service_test.cpp49 std::string volumeId = "vol-1-1"; variable
77 std::string volumeId = "vol-1-2"; variable
103 std::string volumeId = "vol-1-3"; variable
130 std::string volumeId = "vol-1-4"; variable
159 std::string volumeId = "vol-1-5"; variable
187 std::string volumeId = "vol-1-5"; variable
215 std::string volumeId = "vol-1-5"; variable
258 std::string volumeId = "vol-1-6"; variable
286 std::string volumeId = "vol-1-8"; variable
311 std::string volumeId = "vol-1-9"; variable
[all …]
H A Dnotification_test.cpp46 std::string volumeId = "vol-1-1"; variable
70 std::string volumeId = "vol-1-1"; variable
94 std::string volumeId = "vol-1-1"; variable
120 std::string volumeId = "vol-1-1"; variable
144 std::string volumeId = "vol-1-1"; variable
168 std::string volumeId = "vol-1-1"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp46 void VolumeManagerService::OnVolumeStateChanged(string volumeId, VolumeState state) in OnVolumeStateChanged()
59 void VolumeManagerService::OnVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in OnVolumeMounted()
93 int32_t VolumeManagerService::Mount(std::string volumeId) in Mount()
122 int32_t VolumeManagerService::Unmount(std::string volumeId) in Unmount()
150 int32_t VolumeManagerService::Check(std::string volumeId) in Check()
201 int32_t VolumeManagerService::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
229 int32_t VolumeManagerService::Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp110 int32_t StorageManagerConnect::Mount(std::string volumeId) in Mount()
124 int32_t StorageManagerConnect::Unmount(std::string volumeId) in Unmount()
251 int32_t StorageManagerConnect::GetVolumeById(std::string volumeId, VolumeExternal &vol) in GetVolumeById()
279 int32_t StorageManagerConnect::Format(std::string volumeId, std::string fsType) in Format()
H A Dvolumemanager_n_exporter.cpp124 std::unique_ptr<char []> volumeId; in Mount() local
164 std::unique_ptr<char []> volumeId; in Unmount() local
258 std::unique_ptr<char []> volumeId; in GetVolumeById() local
369 std::unique_ptr<char []> volumeId; in Format() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp233 std::string volumeId = "vol-2-1"; variable
257 std::string volumeId = "vol-2-2"; variable
280 std::string volumeId = "vol-2-3"; variable
327 string volumeId = "vol-2-5"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_service_mock.h119 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
125 virtual int32_t NotifyVolumeStateChanged(std::string volumeId, VolumeState state) override in NotifyVolumeStateChanged()
130 virtual int32_t Mount(std::string volumeId) override in Mount()
135 virtual int32_t Unmount(std::string volumeId) override in Unmount()
170 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
180 virtual int32_t Format(std::string volumeId, std::string fsType) override in Format()
H A Dstorage_manager_proxy_test.cpp533 std::string volumeId = "vol-1-16"; variable
556 std::string volumeId = "vol-1-18"; variable
586 std::string volumeId = "vol-1-20"; variable
612 std::string volumeId = "vol-1-21"; variable
636 std::string volumeId = "vol-1-22"; variable
737 std::string volumeId = "vol-1-25"; variable
931 std::string volumeId = "vol-1-27"; variable
984 std::string volumeId = "vol-1-29"; variable
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxymock.h115 int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
121 int32_t NotifyVolumeStateChanged(std::string volumeId, VolumeState state) override in NotifyVolumeStateChanged()
126 int32_t Mount(std::string volumeId) override in Mount()
131 int32_t Unmount(std::string volumeId) override in Unmount()
166 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
176 int32_t Format(std::string volumeId, std::string fsType) override in Format()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h115 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
121 virtual int32_t NotifyVolumeStateChanged(std::string volumeId, VolumeState state) override in NotifyVolumeStateChanged()
126 virtual int32_t Mount(std::string volumeId) override in Mount()
131 virtual int32_t Unmount(std::string volumeId) override in Unmount()
166 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
176 virtual int32_t Format(std::string volumeId, std::string fsType) override in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp135 int32_t StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string … in NotifyVolumeMounted()
141 int32_t StorageManagerProxy::NotifyVolumeStateChanged(std::string volumeId, VolumeState state) in NotifyVolumeStateChanged()
146 int32_t StorageManagerProxy::Mount(std::string volumeId) in Mount()
151 int32_t StorageManagerProxy::Unmount(std::string volumeId) in Unmount()
216 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
226 int32_t StorageManagerProxy::Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp151 int32_t StorageDaemonCommunication::Mount(std::string volumeId, int32_t flag) in Mount()
166 int32_t StorageDaemonCommunication::Unmount(std::string volumeId) in Unmount()
181 int32_t StorageDaemonCommunication::Check(std::string volumeId) in Check()
211 int32_t StorageDaemonCommunication::Format(std::string volumeId, std::string type) in Format()
226 int32_t StorageDaemonCommunication::SetVolumeDescription(std::string volumeId, std::string descript… in SetVolumeDescription()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp236 int32_t StorageManager::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUui… in NotifyVolumeMounted()
247 int32_t StorageManager::NotifyVolumeStateChanged(std::string volumeId, VolumeState state) in NotifyVolumeStateChanged()
257 int32_t StorageManager::Mount(std::string volumeId) in Mount()
268 int32_t StorageManager::Unmount(std::string volumeId) in Unmount()
345 int32_t StorageManager::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
368 int32_t StorageManager::Format(std::string volumeId, std::string fsType) in Format()
H A Dstorage_manager_stub.cpp379 std::string volumeId = data.ReadString(); in HandleGetTotal() local
397 std::string volumeId = data.ReadString(); in HandleGetFree() local
572 std::string volumeId = data.ReadString(); in HandleNotifyVolumeMounted() local
587 std::string volumeId = data.ReadString(); in HandleNotifyVolumeStateChanged() local
599 std::string volumeId = data.ReadString(); in HandleMount() local
613 std::string volumeId = data.ReadString(); in HandleUnmount() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp123 for (auto volumeId : volumeId_) { in Destroy() local
319 std::string volumeId = volume->CreateVolume(GetId(), dev); in CreateVolume() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp146 int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
152 int32_t NotifyVolumeStateChanged(std::string volumeId, VolumeState state) in NotifyVolumeStateChanged()
157 int32_t Mount(std::string volumeId) in Mount()
162 int32_t Unmount(std::string volumeId) in Unmount()
197 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
207 int32_t Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp583 int32_t StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string … in NotifyVolumeMounted()
626 int32_t StorageManagerProxy::NotifyVolumeStateChanged(std::string volumeId, VolumeState state) in NotifyVolumeStateChanged()
653 int32_t StorageManagerProxy::Mount(std::string volumeId) in Mount()
677 int32_t StorageManagerProxy::Unmount(std::string volumeId) in Unmount()
1009 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
1058 int32_t StorageManagerProxy::Format(std::string volumeId, std::string fsType) in Format()