Home
last modified time | relevance | path

Searched refs:dhtypeMap (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp248 int32_t ComponentLoader::GetCompPathAndVersion(const std::string &jsonStr, std::map<DHType, CompConfig> &dhtypeMap) in GetCompPathAndVersion() argument
275 dhtypeMap.insert(std::pair<DHType, CompConfig>(config.type, config)); in GetCompPathAndVersion()
385 void ComponentLoader::GetAllHandler(std::map<DHType, CompConfig> &dhtypeMap) in GetAllHandler() argument
388 for (itor = dhtypeMap.begin(); itor != dhtypeMap.end(); ++itor) { in GetAllHandler()
497 std::map<DHType, CompConfig> dhtypeMap; in ParseConfig() local
518 ret = GetCompPathAndVersion(jsonStr, dhtypeMap); in ParseConfig()
522 GetAllHandler(dhtypeMap); in ParseConfig()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h89 void GetAllHandler(std::map<DHType, CompConfig> &dhtypeMap);
91 int32_t GetCompPathAndVersion(const std::string &jsonStr, std::map<DHType, CompConfig> &dhtypeMap);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp285 std::map<DHType, CompConfig> dhtypeMap; in HWTEST_F() local
286 int32_t ret = ComponentLoader::GetInstance().GetCompPathAndVersion(jsonStr, dhtypeMap); in HWTEST_F()
319 std::map<DHType, CompConfig> dhtypeMap; in HWTEST_F() local
320 int32_t ret = ComponentLoader::GetInstance().GetCompPathAndVersion(jsonStr, dhtypeMap); in HWTEST_F()

Completed in 4 milliseconds