Home
last modified time | relevance | path

Searched refs:ReadVal (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp52 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in OnVolumeStateChanged()
66 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in OnVolumeMounted()
99 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in Mount()
128 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in Unmount()
152 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in Check()
207 vc = *volumeMap_.ReadVal(volumeId); in GetVolumeById()
237 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(volumeId); in Format()
242 if (volumeMap_.ReadVal(volumeId)->GetState() != VolumeState::UNMOUNTED) { in Format()
274 std::shared_ptr<VolumeExternal> volumePtr = volumeMap_.ReadVal(id); in NotifyMtpUnmounted()
/foundation/filemanagement/storage_service/services/storage_manager/disk/src/
H A Ddisk_manager_service.cpp33 return diskMap_.ReadVal(diskId); in GetDiskById()
81 disk = *diskMap_.ReadVal(diskId); in GetDiskById()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Ddns_result_call_back.cpp99 newDefaultResult = netDnsResult_.ReadVal(defaultNetid); in IterateDnsReportResults()
110 existResult = netDnsResult_.ReadVal(it.netid_); in IterateDnsReportResults()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp196 int32_t pid = this->impl_->observersPid_.ReadVal(observer->AsObject());
201 uint32_t tokenId = this->impl_->observersToken_.ReadVal(observer->AsObject());
217 int32_t pid = this->impl_->bleObserversPid_.ReadVal(observer->AsObject());
222 uint32_t tokenId = this->impl_->bleObserversToken_.ReadVal(observer->AsObject());
252 int32_t pid = this->impl_->observersPid_.ReadVal(observer->AsObject());
273 int32_t pid = this->impl_->observersPid_.ReadVal(observer->AsObject());
278 uint32_t tokenId = this->impl_->observersToken_.ReadVal(observer->AsObject());
300 uint32_t tokenId = this->impl_->observersToken_.ReadVal(observer->AsObject());
347 int32_t pid = this->impl_->remoteObserversPid_.ReadVal(observer->AsObject());
352 uint32_t tokenId = this->impl_->remoteObserversToken_.ReadVal(observe
[all...]
H A Dbluetooth_ble_advertiser_server.cpp41 int32_t pid = observersPid_.ReadVal(observer->AsObject());
61 int32_t pid = observersPid_.ReadVal(observer->AsObject());
H A Dbluetooth_ble_central_manager_server.cpp91 uint32_t tokenId = this->pimpl_->observersToken_.ReadVal(observer->AsObject());
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_rl_map.h30 V ReadVal(const K& key) in ReadVal() function in OHOS::StorageService::StorageRlMap
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dnetwork_set_manager.cpp243 return cellularNetMap_.ReadVal(std::to_string(userId) + "/" + bundleName); in IsAllowCellularConnect()
255 return netMap_.ReadVal(std::to_string(userId) + "/" + bundleName); in IsAllowNetConnect()
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h47 V ReadVal(const K& key) in ReadVal() function in OHOS::AppDomainVerify::SafeMap
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.cpp516 int32_t highJobNum = priotyToNum_.ReadVal(PhotoJobPriority::HIGH); in ReportEvent()
517 int32_t normalJobNum = priotyToNum_.ReadVal(PhotoJobPriority::NORMAL); in ReportEvent()
518 int32_t lowJobNum = priotyToNum_.ReadVal(PhotoJobPriority::LOW); in ReportEvent()
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H A Dpulse_audio_service_adapter_impl.cpp889 uint32_t sessionID = sourceIndexSessionIDMap.ReadVal(idx); in ProcessSourceOutputEvent()

Completed in 9 milliseconds