Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp267 * @tc.desc: Verify the GetVersionFromVerMgr
287 auto ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, DHType::CAMERA, sinkVersion, true); in HWTEST_F()
564 * @tc.desc: Verify the GetVersionFromVerMgr function
573 int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(uuid, dhType, sinkVersion, true); in HWTEST_F()
579 * @tc.desc: Verify the GetVersionFromVerMgr function
588 int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, dhType, sinkVersion, true); in HWTEST_F()
594 * @tc.desc: Verify the GetVersionFromVerMgr function
608 int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, dhType, sinkVersion, true); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h109 int32_t GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp822 int32_t ComponentManager::GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, in GetVersionFromVerMgr() function in OHOS::DistributedHardware::ComponentManager
873 int32_t ret = GetVersionFromVerMgr(uuid, dhType, version, isSink); in GetVersion()

Completed in 4 milliseconds