Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp39 void VolumeManagerService::OnVolumeCreated(VolumeCore vc) in OnVolumeCreated()
168 VolumeExternal vc = *(it->second); in GetAllVolumes() local
177 auto vc = it->second; in GetVolumeByUuid() local
187 int32_t VolumeManagerService::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid()
201 int32_t VolumeManagerService::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp95 StorageManager::VolumeCore vc(info->GetVolumeId(), info->GetVolumeType(), in NotifyVolumeCreated() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dvolume_external.cpp22 VolumeExternal::VolumeExternal(VolumeCore vc) in VolumeExternal()
H A Dstorage_manager_proxy.cpp561 int32_t StorageManagerProxy::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated()
986 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid()
1009 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp36 VolumeCore vc; in StorageManagerProxyFuzzTest() local
H A Dstoragemanagerproxymock.h110 int32_t NotifyVolumeCreated(VolumeCore vc) override in NotifyVolumeCreated()
161 int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid()
166 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_service_mock.h114 virtual int32_t NotifyVolumeCreated(VolumeCore vc) override in NotifyVolumeCreated()
165 virtual int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid()
170 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h110 virtual int32_t NotifyVolumeCreated(VolumeCore vc) override in NotifyVolumeCreated()
161 virtual int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid()
166 virtual int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) override in GetVolumeById()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp130 int32_t StorageManagerProxy::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated()
211 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid()
216 int32_t StorageManagerProxy::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/mipi/
H A Dmipi_csi_core.c690 int32_t MipiCsiDebugGetMipiImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSi… in MipiCsiDebugGetMipiImgsizeStatis()
717 int32_t MipiCsiDebugGetLvdsImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSi… in MipiCsiDebugGetLvdsImgsizeStatis()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_sink_test.cpp213 bool vc = testPipelineSink_->IsInRange(vcParams); variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp226 int32_t StorageManager::NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated()
333 int32_t StorageManager::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid()
345 int32_t StorageManager::GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
H A Dstorage_manager_stub.cpp561 std::unique_ptr<VolumeCore> vc = VolumeCore::Unmarshalling(data); in HandleNotifyVolumeCreated() local
692 VolumeExternal vc; in HandleGetVolumeByUuid() local
710 VolumeExternal vc; in HandleGetVolumeById() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp141 int32_t NotifyVolumeCreated(VolumeCore vc) in NotifyVolumeCreated()
192 int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid()
197 int32_t GetVolumeById(std::string volumeId, VolumeExternal &vc) in GetVolumeById()
/ohos5.0/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
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_cache.cpp236 std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &vc = iter->second; in CheckValueAndOperation() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp177 const auto& vc = SpecConstByName(compiler, name); in SetSpecMacro() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp656 std::vector<RefPtr<NGGestureRecognizer>> vc; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function