/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | meta_capability_info.cpp | 106 if (this->GetDHType() != metaCapInfo.GetDHType()) { in Compare() 157 cJSON_AddNumberToObject(jsonObject, DH_TYPE.c_str(), (double)metaCapInfo.GetDHType()); in ToJson()
|
H A D | capability_info.cpp | 73 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 D | capability_info_manager.cpp | 409 .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 D | meta_info_manager.cpp | 318 if (metaCapInfo.second->GetDHType() != dhType) { in GetMetaDataByDHType() 416 .dhType = capPtr->GetDHType() in HandleMetaCapabilityAddChange() 456 .dhType = capPtr->GetDHType() in HandleMetaCapabilityUpdateChange()
|
H A D | local_capability_info_manager.cpp | 221 if (capInfo.second->GetDHType() != dhType) { in GetDataByDHType()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | online_task.cpp | 112 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 D | offline_task.cpp | 116 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 D | capability_info.h | 65 DHType GetDHType() const;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 646 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 D | component_manager_test.cpp | 301 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 D | component_manager.h | 97 DHType GetDHType(const std::string &uuid, const std::string &dhId) const;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_comm_tool.cpp | 223 .dhType = cap->GetDHType() in ProcessFullCapsRsp()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_service.cpp | 219 if (cap->GetDHType() != targetDhType) { in QueryLocalSysSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/ |
H A D | hidump_helper.cpp | 276 auto it = DHTypeStrMap.find(info.GetDHType()); in ShowAllCapabilityInfos()
|