Home
last modified time | relevance | path

Searched refs:GetEntriesByKeys (Results 1 - 10 of 10) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp80 .GetEntriesByKeys(keys[ChangeOp::OP_INSERT]); in OnChange()
85 .GetEntriesByKeys(keys[ChangeOp::OP_UPDATE]); in OnChange()
165 std::vector<DistributedKv::Entry> entries = DeviceProfileManager::GetInstance().GetEntriesByKeys(ohSuffixKeys); in FilterEntries()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp356 std::vector<DistributedKv::Entry> insertRecords = GetEntriesByKeys(keys[ChangeOp::OP_INSERT]); in OnChange()
361 std::vector<DistributedKv::Entry> updateRecords = GetEntriesByKeys(keys[ChangeOp::OP_UPDATE]); in OnChange()
653 std::vector<DistributedKv::Entry> CapabilityInfoManager::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() function in OHOS::DistributedHardware::CapabilityInfoManager
664 return dbAdapterPtr_->GetEntriesByKeys(keys); in GetEntriesByKeys()
H A Dmeta_info_manager.cpp394 std::vector<DistributedKv::Entry> insertRecords = GetEntriesByKeys(keys[ChangeOp::OP_INSERT]); in OnChange()
399 std::vector<DistributedKv::Entry> updateRecords = GetEntriesByKeys(keys[ChangeOp::OP_UPDATE]); in OnChange()
510 std::vector<DistributedKv::Entry> MetaInfoManager::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() function in OHOS::DistributedHardware::MetaInfoManager
525 return dbAdapterPtr_->GetEntriesByKeys(keys); in GetEntriesByKeys()
H A Ddb_adapter.cpp522 std::vector<DistributedKv::Entry> DBAdapter::GetEntriesByKeys(const std::vector<std::string> &keys) in GetEntriesByKeys() function in OHOS::DistributedHardware::DBAdapter
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info_manager.h98 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
H A Dmeta_info_manager.h77 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
H A Ddb_adapter.h55 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string> &keys);
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h67 std::vector<DistributedKv::Entry> GetEntriesByKeys(const std::vector<std::string>& keys);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp902 * @tc.desc: Verify the GetEntriesByKeys function.
909 auto entries = CapabilityInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
1137 auto ret = MetaInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
1142 ret = MetaInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
1146 ret = MetaInfoManager::GetInstance()->GetEntriesByKeys(keys); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp546 std::vector<DistributedKv::Entry> DeviceProfileManager::GetEntriesByKeys(const std::vector<std::string>& keys) in GetEntriesByKeys() function in OHOS::DistributedDeviceProfile::DeviceProfileManager

Completed in 10 milliseconds