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 D | component_manager_test.cpp | 287 …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 D | component_manager.h | 109 …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 D | component_manager.cpp | 811 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()
|