Home
last modified time | relevance | path

Searched refs:GetCompVersion (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versionmanager/src/
H A Dversion_manager_test.cpp149 ret = VersionManager::GetInstance().GetCompVersion(TEST_DEVICE_ID_1, DHType::CAMERA, cVs1);
169 ret = VersionManager::GetInstance().GetCompVersion(TEST_DEVICE_ID_1, DHType::AUDIO, cVs1);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/versionmanager/
H A Dversion_manager.h42 int32_t GetCompVersion(const std::string &uuid, const DHType dhType, CompVersion &compVersion);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/versionmanager/
H A Dversion_manager.cpp106 int32_t VersionManager::GetCompVersion(const std::string &uuid, const DHType dhType, CompVersion &c… in GetCompVersion() function in OHOS::DistributedHardware::VersionManager
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp309 VersionManager::GetInstance().GetCompVersion(uuid, item.first, compversion); in StartSource()
335 VersionManager::GetInstance().GetCompVersion(uuid, dhType, compVersion); in StartSource()
358 VersionManager::GetInstance().GetCompVersion(uuid, item.first, compversion); in StartSink()
392 VersionManager::GetInstance().GetCompVersion(uuid, dhType, compVersion); in StartSink()
818 int32_t ret = VersionManager::GetInstance().GetCompVersion(uuid, dhType, compversion); in GetVersionFromVerMgr()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp155 VersionManager::GetInstance().GetCompVersion(strUUID, dhType, compversion); in AddLocalMetaCapInfo()