/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
H A D | volume_manager_service_test.cpp | 166 int32_t res = vmService->GetVolumeById(volumeId, ve); 195 int32_t res = vmService->GetVolumeById(volumeId, ve); 219 int32_t res = vmService->GetVolumeById(volumeId, ve); 292 int32_t result = vmService->GetVolumeById(volumeId, ve); 313 int32_t result = vmService->GetVolumeById(volumeId, ve); 390 vmService->GetVolumeById(volumeId, ve);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | volumemanager_napi.cpp | 35 DECLARE_NAPI_FUNCTION("getVolumeById", GetVolumeById), in VolumeManagerExport()
|
H A D | storage_manager_connect.cpp | 251 int32_t StorageManagerConnect::GetVolumeById(std::string volumeId, VolumeExternal &vol) in GetVolumeById() function in OHOS::StorageManager::StorageManagerConnect 262 return storageManager_->GetVolumeById(volumeId, vol); in GetVolumeById()
|
H A D | volumemanager_n_exporter.cpp | 250 napi_value GetVolumeById(napi_env env, napi_callback_info info) in GetVolumeById() function 268 …int32_t errNum = DelayedSingleton<StorageManagerConnect>::GetInstance()->GetVolumeById(volumeIdStr… in GetVolumeById()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/ |
H A D | volumemanager_n_exporter.h | 29 napi_value GetVolumeById(napi_env env, napi_callback_info info);
|
H A D | storage_manager_connect.h | 47 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vol);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/volume/ |
H A D | volume_manager_service.h | 39 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc);
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxy_fuzzer.cpp | 110 proxy->GetVolumeById(metaData, vc1); in StorageManagerProxyGetFuzzTest()
|
H A D | storagemanagerproxymock.h | 166 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById() function
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 54 MOCK_METHOD2(GetVolumeById, int32_t(std::string, VolumeExternal &));
|
H A D | storage_manager_service_mock.h | 170 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById() function
|
H A D | storage_manager_proxy_test.cpp | 938 int64_t result = proxy->GetVolumeById(volumeId, ve);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 345 int32_t StorageManager::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() function in OHOS::StorageManager::StorageManager 349 … int32_t err = DelayedSingleton<VolumeManagerService>::GetInstance()->GetVolumeById(volumeId, vc); in GetVolumeById()
|
H A D | storage_manager_stub.cpp | 711 int err = GetVolumeById(volId, vc); in HandleGetVolumeById()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | istorage_manager.h | 66 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) = 0;
|
H A D | storage_manager_proxy.h | 58 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 67 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_manager_proxy_mock.h | 58 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 216 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() function in OHOS::StorageManager::StorageManagerProxy
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 201 int32_t VolumeManagerService::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() function in OHOS::StorageManager::VolumeManagerService
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 166 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById() function
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 197 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() function in OHOS::AccountTest::MockStorageMgrProxy
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 1009 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() function in OHOS::StorageManager::StorageManagerProxy
|