Home
last modified time | relevance | path

Searched refs:GetDHType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp106 if (this->GetDHType() != metaCapInfo.GetDHType()) { in Compare()
157 cJSON_AddNumberToObject(jsonObject, DH_TYPE.c_str(), (double)metaCapInfo.GetDHType()); in ToJson()
H A Dcapability_info.cpp73 DHType CapabilityInfo::GetDHType() const in GetDHType() function in OHOS::DistributedHardware::CapabilityInfo
199 cJSON_AddNumberToObject(jsonObject, DH_TYPE.c_str(), (double)capability.GetDHType()); in ToJson()
H A Dcapability_info_manager.cpp409 .dhType = capPtr->GetDHType() in HandleCapabilityAddChange()
453 .dhType = capPtr->GetDHType() in HandleCapabilityUpdateChange()
489 .dhType = capPtr->GetDHType() in HandleCapabilityDeleteChange()
527 isMatch = cap->GetDHType() == dhType; in IsCapabilityMatchFilter()
607 if (capInfo.second->GetDHType() != dhType) { in GetDataByDHType()
H A Dmeta_info_manager.cpp318 if (metaCapInfo.second->GetDHType() != dhType) { in GetMetaDataByDHType()
416 .dhType = capPtr->GetDHType() in HandleMetaCapabilityAddChange()
456 .dhType = capPtr->GetDHType() in HandleMetaCapabilityUpdateChange()
H A Dlocal_capability_info_manager.cpp221 if (capInfo.second->GetDHType() != dhType) { in GetDataByDHType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Donline_task.cpp112 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
119 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
129 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
H A Doffline_task.cpp116 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()
125 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h65 DHType GetDHType() const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp646 DHType ComponentManager::GetDHType(const std::string &uuid, const std::string &dhId) const in GetDHType() function in OHOS::DistributedHardware::ComponentManager
651 return capability->GetDHType(); in GetDHType()
669 if (dhType == capInfo->GetDHType()) { in GetEnableCapParam()
718 if (dhType == metaInfo->GetDHType()) { in GetEnableMetaParam()
952 .dhType = metaInfo.second->GetDHType() in RecoverDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp301 auto ret = ComponentManager::GetInstance().GetDHType(uuid, dhId);
486 auto ret = ComponentManager::GetInstance().GetDHType(uuid, dhId);
500 auto ret = ComponentManager::GetInstance().GetDHType(UUID_TEST, DH_ID_1);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h97 DHType GetDHType(const std::string &uuid, const std::string &dhId) const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_comm_tool.cpp223 .dhType = cap->GetDHType() in ProcessFullCapsRsp()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp219 if (cap->GetDHType() != targetDhType) { in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp276 auto it = DHTypeStrMap.find(info.GetDHType()); in ShowAllCapabilityInfos()