Searched refs:allEntryKeyPrefix (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 466 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 D | distributed_data_storage.cpp | 234 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 D | kv_adapter.cpp | 229 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 D | db_adapter.cpp | 283 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 D | lnn_kv_adapter.cpp | 252 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 D | distributed_bm_storage.h | 96 void GetEntries(const std::string &networkId, const OHOS::DistributedKv::Key &allEntryKeyPrefix,
|
Completed in 7 milliseconds