Home
last modified time | relevance | path

Searched defs:vc (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dvolume_external.cpp22 VolumeExternal::VolumeExternal(VolumeCore vc) in VolumeExternal() argument
H A Dstorage_manager_proxy.cpp665 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 Dstoragemanagerproxy_fuzzer.cpp36 VolumeCore vc; in StorageManagerProxyFuzzTest() local
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp39 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 Ddcamera_pipeline_sink_test.cpp213 bool vc = testPipelineSink_->IsInRange(vcParams); in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp258 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 Dspirv_cross_helpers_gles.cpp177 const auto& vc = SpecConstByName(compiler, name); in SetSpecMacro() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp656 std::vector<RefPtr<NGGestureRecognizer>> vc; in HWTEST_F() local
H A Dgesture_event_hub_test_two_ng.cpp780 std::vector<RefPtr<NGGestureRecognizer>> vc; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp579 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 Dstorage_manager.cpp224 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 Dstorage_manager_proxy_mock.cpp145 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

Completed in 15 milliseconds