Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_noper_test.cpp33 static_cast<int32_t>(StorageManagerInterfaceCode::PREPARE_ADD_USER),
34 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER),
36 static_cast<int32_t>(StorageManagerInterfaceCode::STOP_USER),
40 static_cast<int32_t>(StorageManagerInterfaceCode::MOUNT),
41 static_cast<int32_t>(StorageManagerInterfaceCode::UNMOUNT),
44 static_cast<int32_t>(StorageManagerInterfaceCode::PARTITION),
52 static_cast<int32_t>(StorageManagerInterfaceCode::GET_VOL_BY_ID),
53 static_cast<int32_t>(StorageManagerInterfaceCode::SET_VOL_DESC),
54 static_cast<int32_t>(StorageManagerInterfaceCode::FORMAT),
56 static_cast<int32_t>(StorageManagerInterfaceCode::GET_TOTAL),
[all …]
H A Dstorage_manager_stub_test.cpp70 …int32_t ret = mock.OnRemoteRequest(static_cast<int32_t>(StorageManagerInterfaceCode::PREPARE_ADD_U…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp194 case static_cast<uint32_t>(StorageManagerInterfaceCode::REMOVE_USER): in OnRemoteRequest()
198 case static_cast<uint32_t>(StorageManagerInterfaceCode::STOP_USER): in OnRemoteRequest()
202 case static_cast<uint32_t>(StorageManagerInterfaceCode::GET_TOTAL): in OnRemoteRequest()
204 case static_cast<uint32_t>(StorageManagerInterfaceCode::GET_FREE): in OnRemoteRequest()
210 case static_cast<uint32_t>(StorageManagerInterfaceCode::GET_FREE_SIZE): in OnRemoteRequest()
228 case static_cast<uint32_t>(StorageManagerInterfaceCode::MOUNT): in OnRemoteRequest()
230 case static_cast<uint32_t>(StorageManagerInterfaceCode::UNMOUNT): in OnRemoteRequest()
238 case static_cast<uint32_t>(StorageManagerInterfaceCode::PARTITION): in OnRemoteRequest()
240 case static_cast<uint32_t>(StorageManagerInterfaceCode::GET_ALL_DISKS): in OnRemoteRequest()
246 case static_cast<uint32_t>(StorageManagerInterfaceCode::SET_VOL_DESC): in OnRemoteRequest()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp45 static_cast<int32_t>(StorageManagerInterfaceCode::PREPARE_ADD_USER), data, reply, option); in PrepareAddUser()
72 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER), data, reply, option); in RemoveUser()
118 static_cast<int32_t>(StorageManagerInterfaceCode::STOP_USER), data, reply, option); in StopUser()
168 static_cast<int32_t>(StorageManagerInterfaceCode::CREATE_USER_KEYS), data, reply, option); in GenerateUserKeys()
479 static_cast<int32_t>(StorageManagerInterfaceCode::GET_FREE), data, reply, option); in GetFreeSizeOfVolume()
509 static_cast<int32_t>(StorageManagerInterfaceCode::GET_TOTAL), data, reply, option); in GetTotalSizeOfVolume()
670 static_cast<int32_t>(StorageManagerInterfaceCode::MOUNT), data, reply, option); in Mount()
694 static_cast<int32_t>(StorageManagerInterfaceCode::UNMOUNT), data, reply, option); in Unmount()
792 static_cast<int32_t>(StorageManagerInterfaceCode::PARTITION), data, reply, option); in Partition()
1051 static_cast<int32_t>(StorageManagerInterfaceCode::SET_VOL_DESC), data, reply, option); in SetVolumeDescription()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_manager_ipc_interface_code.h37 enum class StorageManagerInterfaceCode { enum