Home
last modified time | relevance | path

Searched refs:GetDataByKey (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp352 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_0->GetKey(), capInfo), DH_FW…
353 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_1->GetKey(), capInfo), DH_FW…
354 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_2->GetKey(), capInfo), DH_FW…
355 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_3->GetKey(), capInfo), DH_FW…
356 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_4->GetKey(), capInfo), DH_FW…
357 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_5->GetKey(), capInfo), DH_FW…
358 …EXPECT_EQ(CapabilityInfoManager::GetInstance()->GetDataByKey(CAP_INFO_6->GetKey(), capInfo), DH_FW…
801 int32_t ret = CapabilityInfoManager::GetInstance()->GetDataByKey(key, capInfoPtr);
806 ret = CapabilityInfoManager::GetInstance()->GetDataByKey(key, capInfoPtr);
980 auto ret = LocalCapabilityInfoManager::GetInstance()->GetDataByKey(key, capPtr);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dversion_info_manager.cpp118 dbAdapterPtr_->GetDataByKey(versionInfo.deviceId, data); in AddVersion()
145 if (dbAdapterPtr_->GetDataByKey(deviceId, data) != DH_FWK_SUCCESS) { in GetVersionInfoByDeviceId()
206 if (dbAdapterPtr_->GetDataByKey(deviceId, data) != DH_FWK_SUCCESS) { in SyncVersionInfoFromDB()
H A Dlocal_capability_info_manager.cpp199 int32_t LocalCapabilityInfoManager::GetDataByKey(const std::string &key, std::shared_ptr<Capability… in GetDataByKey() function in OHOS::DistributedHardware::LocalCapabilityInfoManager
210 if (dbAdapterPtr_->GetDataByKey(key, data) != DH_FWK_SUCCESS) { in GetDataByKey()
H A Dcapability_info_manager.cpp208 if (dbAdapterPtr_->GetDataByKey(key, data) == DH_FWK_SUCCESS && in AddCapability()
585 int32_t CapabilityInfoManager::GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo>… in GetDataByKey() function in OHOS::DistributedHardware::CapabilityInfoManager
596 if (dbAdapterPtr_->GetDataByKey(key, data) != DH_FWK_SUCCESS) { in GetDataByKey()
H A Dmeta_info_manager.cpp135 …if (dbAdapterPtr_->GetDataByKey(key, data) == DH_FWK_SUCCESS && data == metaCapInfo->ToJsonString(… in AddMetaCapInfos()
H A Ddb_adapter.cpp240 int32_t DBAdapter::GetDataByKey(const std::string &key, std::string &data) in GetDataByKey() function in OHOS::DistributedHardware::DBAdapter
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp79 int errCode = GetDataByKey("grd_meta", dbConfigKey, dbConfigVal); in GetDBConfig()
164 int SqliteStoreExecutorImpl::GetDataByKey(const std::string &collName, Key &key, Value &value) const in GetDataByKey() function in DocumentDB::SqliteStoreExecutorImpl
299 if (GetDataByKey(collName, key, valueRet) != E_OK) { in DelData()
H A Dsqlite_store_executor_impl.h42 int GetDataByKey(const std::string &collName, Key &key, Value &value) const override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/include/
H A Dversion_info_manager_test.h48 int32_t GetDataByKey(const std::string &key, std::string &data) in GetDataByKey() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Dkv_store_executor.h34 virtual int GetDataByKey(const std::string &collName, Key &key, Value &value) const = 0;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dlocal_capability_info_manager.h55 int32_t GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo> &capInfoPtr);
H A Ddb_adapter.h46 int32_t GetDataByKey(const std::string &key, std::string &data);
H A Dcapability_info_manager.h71 int32_t GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo> &capInfoPtr);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp62 CapabilityInfoManager::GetInstance()->GetDataByKey(capInfo->GetKey(), info); in ResourceManagerFuzzTest()