Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h91 int32_t GetCompPathAndVersion(const std::string &jsonStr, std::map<DHType, CompConfig> &dhtypeMap);
/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() function in OHOS::DistributedHardware::ComponentLoader
518 ret = GetCompPathAndVersion(jsonStr, dhtypeMap); in ParseConfig()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp278 * @tc.desc: Verify the GetCompPathAndVersion function.
286 int32_t ret = ComponentLoader::GetInstance().GetCompPathAndVersion(jsonStr, dhtypeMap); in HWTEST_F()
292 * @tc.desc: Verify the GetCompPathAndVersion function.
320 int32_t ret = ComponentLoader::GetInstance().GetCompPathAndVersion(jsonStr, dhtypeMap); in HWTEST_F()

Completed in 4 milliseconds