/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/ |
H A D | resource_manager_test.cpp | 352 …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 D | version_info_manager.cpp | 118 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 D | local_capability_info_manager.cpp | 199 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 D | capability_info_manager.cpp | 208 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 D | meta_info_manager.cpp | 135 …if (dbAdapterPtr_->GetDataByKey(key, data) == DH_FWK_SUCCESS && data == metaCapInfo->ToJsonString(… in AddMetaCapInfos()
|
H A D | db_adapter.cpp | 240 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 D | sqlite_store_executor_impl.cpp | 79 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 D | sqlite_store_executor_impl.h | 42 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 D | version_info_manager_test.h | 48 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 D | kv_store_executor.h | 34 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 D | local_capability_info_manager.h | 55 int32_t GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo> &capInfoPtr);
|
H A D | db_adapter.h | 46 int32_t GetDataByKey(const std::string &key, std::string &data);
|
H A D | capability_info_manager.h | 71 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 D | resourcemanager_fuzzer.cpp | 62 CapabilityInfoManager::GetInstance()->GetDataByKey(capInfo->GetKey(), info); in ResourceManagerFuzzTest()
|