Home
last modified time | relevance | path

Searched refs:GetDHAttrs (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp110 if (strcmp(this->GetDHAttrs().c_str(), metaCapInfo.GetDHAttrs().c_str()) != 0) { in Compare()
158 cJSON_AddStringToObject(jsonObject, DH_ATTRS.c_str(), metaCapInfo.GetDHAttrs().c_str()); in ToJson()
H A Dcapability_info.cpp83 std::string CapabilityInfo::GetDHAttrs() const in GetDHAttrs() function in OHOS::DistributedHardware::CapabilityInfo
200 cJSON_AddStringToObject(jsonObject, DH_ATTRS.c_str(), capability.GetDHAttrs().c_str()); in ToJson()
H A Dcapability_info_manager.cpp531 isMatch = cap->GetDHAttrs().compare(value) == 0; in IsCapabilityMatchFilter()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h69 std::string GetDHAttrs() const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp670 param.sourceAttrs = capInfo->GetDHAttrs(); in GetEnableCapParam()
682 param.sinkAttrs = capability->GetDHAttrs(); in GetEnableCapParam()
719 param.sourceAttrs = metaInfo->GetDHAttrs(); in GetEnableMetaParam()
731 param.sinkAttrs = metaCapPtr->GetDHAttrs(); in GetEnableMetaParam()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp222 attrs = cap->GetDHAttrs(); in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp292 result.append(info.GetDHAttrs()); in ShowAllCapabilityInfos()