Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp43 std::string MetaCapabilityInfo::GetSinkVersion() const in GetSinkVersion() function in OHOS::DistributedHardware::MetaCapabilityInfo
122 if (strcmp(this->GetSinkVersion().c_str(), metaCapInfo.GetSinkVersion().c_str()) != 0) { in Compare()
161 cJSON_AddStringToObject(jsonObject, SINK_VER.c_str(), metaCapInfo.GetSinkVersion().c_str()); in ToJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dmeta_capability_info.h45 std::string GetSinkVersion() const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp692 sinkVersion = metaCapPtr->GetSinkVersion(); in GetEnableCapParam()
732 param.sinkVersion = metaCapPtr->GetSinkVersion(); in GetEnableMetaParam()