Home
last modified time | relevance | path

Searched refs:MetaCapInfoMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_info_manager.h46 int32_t GetDataByKeyPrefix(const std::string &keyPrefix, MetaCapInfoMap &metaCapMap);
52 int32_t GetMetaDataByDHType(const DHType dhType, MetaCapInfoMap &metaInfoMap);
79 MetaCapInfoMap globalMetaInfoMap_;
H A Dmeta_capability_info.h62 using MetaCapInfoMap = std::map<std::string, std::shared_ptr<MetaCapabilityInfo>>; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/metainfomgr_fuzzer/
H A Dmetainfomgr_fuzzer.cpp44 MetaCapInfoMap metaCapMap; in GetDataByKeyPrefixFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_info_manager.cpp223 int32_t MetaInfoManager::GetDataByKeyPrefix(const std::string &keyPrefix, MetaCapInfoMap &metaCapMa… in GetDataByKeyPrefix()
314 int32_t MetaInfoManager::GetMetaDataByDHType(const DHType dhType, MetaCapInfoMap &metaInfoMap) in GetMetaDataByDHType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp1053 MetaCapInfoMap metaCapMap;
1172 MetaCapInfoMap metaInfoMap;
1187 MetaCapInfoMap metaInfoMap;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp932 MetaCapInfoMap metaInfoMap; in RecoverDistributedHardware()