/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | volume_external.cpp | 22 VolumeExternal::VolumeExternal(VolumeCore vc) in VolumeExternal() argument
|
H A D | storage_manager_proxy.cpp | 665 int32_t StorageManagerProxy::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated() argument 1086 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 1109 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() argument
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxy_fuzzer.cpp | 36 VolumeCore vc; in StorageManagerProxyFuzzTest() local
|
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 39 void VolumeManagerService::OnVolumeCreated(VolumeCore vc) in OnVolumeCreated() argument 171 VolumeExternal vc = *(it->second); in GetAllVolumes() local 180 auto vc = it->second; in GetVolumeByUuid() local 190 int32_t VolumeManagerService::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 204 int32_t VolumeManagerService::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() argument [all...] |
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/ |
H A D | dcamera_pipeline_sink_test.cpp | 213 bool vc = testPipelineSink_->IsInRange(vcParams); in HWTEST_F() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 258 std::vector<uint8_t> vc = digest->Digest((uint8_t *)nonceBuf, sz + password.size() + 1); in MakeRequestDigest() local
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 177 const auto& vc = SpecConstByName(compiler, name);
in SetSpecMacro() local
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_ng.cpp | 656 std::vector<RefPtr<NGGestureRecognizer>> vc; in HWTEST_F() local
|
H A D | gesture_event_hub_test_two_ng.cpp | 780 std::vector<RefPtr<NGGestureRecognizer>> vc; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 579 std::unique_ptr<VolumeCore> vc = VolumeCore::Unmarshalling(data); in HandleNotifyVolumeCreated() local 710 VolumeExternal vc; in HandleGetVolumeByUuid() local 728 VolumeExternal vc; in HandleGetVolumeById() local
|
H A D | storage_manager.cpp | 224 int32_t StorageManager::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated() argument 331 int32_t StorageManager::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 343 int32_t StorageManager::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 145 int32_t StorageManagerProxy::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated() argument 226 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 231 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById() argument
|