Home
last modified time | relevance | path

Searched refs:compversion (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp154 CompVersion compversion; in AddLocalMetaCapInfo() local
155 VersionManager::GetInstance().GetCompVersion(strUUID, dhType, compversion); in AddLocalMetaCapInfo()
159 compversion.sinkVersion); in AddLocalMetaCapInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp308 CompVersion compversion; in StartSource() local
309 VersionManager::GetInstance().GetCompVersion(uuid, item.first, compversion); in StartSource()
310 auto params = compversion.sourceVersion; in StartSource()
357 CompVersion compversion; in StartSink() local
358 VersionManager::GetInstance().GetCompVersion(uuid, item.first, compversion); in StartSink()
359 auto params = compversion.sinkVersion; in StartSink()
828 CompVersion compversion; in GetVersionFromVerMgr() local
829 int32_t ret = VersionManager::GetInstance().GetCompVersion(uuid, dhType, compversion); in GetVersionFromVerMgr()
836 "dhType = %{public}#X", compversion.sinkVersion.c_str(), compversion in GetVersionFromVerMgr()
[all...]

Completed in 3 milliseconds