Home
last modified time | relevance | path

Searched refs:globalMetaInfoMap_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_info_manager.cpp134 globalMetaInfoMap_[key] = metaCapInfo; in AddMetaCapInfos()
180 globalMetaInfoMap_[metaCapInfo->GetKey()] = metaCapInfo; in SyncMetaInfoFromDB()
217 globalMetaInfoMap_[metaCapInfo->GetKey()] = metaCapInfo; in SyncRemoteMetaInfos()
265 globalMetaInfoMap_.erase(key); in RemoveMetaInfoByKey()
281 if (globalMetaInfoMap_.find(key) == globalMetaInfoMap_.end()) { in GetMetaCapInfo()
282 DHLOGE("Can not find capability In globalMetaInfoMap_: %{public}s", GetAnonyString(udidHash).c_str()); in GetMetaCapInfo()
285 metaCapPtr = globalMetaInfoMap_[key]; in GetMetaCapInfo()
296 for (auto &metaCapInfo : globalMetaInfoMap_) { in GetMetaCapInfosByUdidHash()
317 for (const auto &metaCapInfo : globalMetaInfoMap_) { in GetMetaDataByDHType()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/metainfomgr_fuzzer/
H A Dmetainfomgr_fuzzer.cpp69 MetaInfoManager::GetInstance()->globalMetaInfoMap_[key] = metaCapPtr; in GetMetaCapInfoFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp1092 MetaInfoManager::GetInstance()->globalMetaInfoMap_.clear(); in HWTEST_F()
1099 MetaInfoManager::GetInstance()->globalMetaInfoMap_[key] = dhMetaCapInfo; in HWTEST_F()
1101 MetaInfoManager::GetInstance()->globalMetaInfoMap_.clear(); in HWTEST_F()
1104 MetaInfoManager::GetInstance()->globalMetaInfoMap_[key] = dhMetaCapInfo; in HWTEST_F()
1107 MetaInfoManager::GetInstance()->globalMetaInfoMap_.clear(); in HWTEST_F()
1109 MetaInfoManager::GetInstance()->globalMetaInfoMap_[key] = dhMetaCapInfo; in HWTEST_F()
1111 MetaInfoManager::GetInstance()->globalMetaInfoMap_.clear(); in HWTEST_F()
1174 EXPECT_EQ(0, MetaInfoManager::GetInstance()->globalMetaInfoMap_.size()); in HWTEST_F()
1179 MetaInfoManager::GetInstance()->globalMetaInfoMap_.clear(); in HWTEST_F()
1187 MetaInfoManager::GetInstance()->globalMetaInfoMap_[ke in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_info_manager.h81 MetaCapInfoMap globalMetaInfoMap_; member in OHOS::DistributedHardware::MetaInfoManager

Completed in 5 milliseconds