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 D | version_manager_test.cpp | 149 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 D | version_manager.h | 42 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 D | version_manager.cpp | 106 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 D | component_manager.cpp | 309 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 D | local_hardware_manager.cpp | 155 VersionManager::GetInstance().GetCompVersion(strUUID, dhType, compversion); in AddLocalMetaCapInfo()
|