Home
last modified time | relevance | path

Searched refs:allEntryKeyPrefix (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp466 void DmsBmStorage::GetEntries(const std::string &networkId, const Key &allEntryKeyPrefix, in GetEntries() argument
474 kvStorePtr_->GetEntries(allEntryKeyPrefix, networkId, in GetEntries()
655 Key allEntryKeyPrefix(localUdid); in RebuildLocalData()
657 Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in RebuildLocalData()
978 Key allEntryKeyPrefix(""); in GetContinueType()
982 GetEntries(networkId, allEntryKeyPrefix, resultStatusSignal, allEntries); in GetContinueType()
1046 Key allEntryKeyPrefix(""); in GetAbilityName()
1050 GetEntries(networkId, allEntryKeyPrefix, resultStatusSignal, allEntries); in GetAbilityName()
1102 Key allEntryKeyPrefix(""); in GetContinueTypeId()
1104 Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntrie in GetContinueTypeId()
[all...]
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp234 Key allEntryKeyPrefix(""); in GetDistributedBundleName()
236 Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in GetDistributedBundleName()
484 Key allEntryKeyPrefix(""); in GetAllOldDistributionBundleInfo()
486 Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in GetAllOldDistributionBundleInfo()
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp229 DistributedKv::Key allEntryKeyPrefix(keyPrefix); in GetByPrefix()
231 DistributedKv::Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in GetByPrefix()
256 DistributedKv::Key allEntryKeyPrefix(keyPrefix); in DeleteByPrefix()
258 DistributedKv::Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in DeleteByPrefix()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp283 DistributedKv::Key allEntryKeyPrefix(keyPrefix); in GetDataByKeyPrefix()
285 DistributedKv::Status status = kvStoragePtr_->GetEntries(allEntryKeyPrefix, allEntries); in GetDataByKeyPrefix()
577 DistributedKv::Key allEntryKeyPrefix(keyPrefix); in ClearDataByPrefix()
579 DistributedKv::Status status = kvStoragePtr_->GetEntries(allEntryKeyPrefix, peerEntries); in ClearDataByPrefix()
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp252 DistributedKv::Key allEntryKeyPrefix(keyPrefix); in DeleteByPrefix()
254 DistributedKv::Status status = kvStorePtr_->GetEntries(allEntryKeyPrefix, allEntries); in DeleteByPrefix()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_bm_storage.h96 void GetEntries(const std::string &networkId, const OHOS::DistributedKv::Key &allEntryKeyPrefix,

Completed in 7 milliseconds