Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp287 …auto ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, DHType::CAMERA, sinkVer…
547 …int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(uuid, dhType, sinkVersion, true…
562 …int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, dhType, sinkVersion,…
582 …int32_t ret = ComponentManager::GetInstance().GetVersionFromVerMgr(UUID_TEST, dhType, sinkVersion,…
/ohos5.0/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, b…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp811 int32_t ComponentManager::GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, in GetVersionFromVerMgr() function in OHOS::DistributedHardware::ComponentManager
862 int32_t ret = GetVersionFromVerMgr(uuid, dhType, version, isSink); in GetVersion()