Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Donline_task.cpp111 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
118 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
128 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateEnableTask()
H A Doffline_task.cpp115 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()
124 devDhInfos.push_back({cap->GetDHId(), cap->GetDHType()}); in CreateDisableTask()
/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_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 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 Dmeta_info_manager.cpp318 if (metaCapInfo.second->GetDHType() != dhType) { in GetMetaDataByDHType()
447 .dhType = capPtr->GetDHType() in HandleMetaCapabilityAddChange()
487 .dhType = capPtr->GetDHType() in HandleMetaCapabilityUpdateChange()
H A Dlocal_capability_info_manager.cpp221 if (capInfo.second->GetDHType() != dhType) { in GetDataByDHType()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h65 DHType GetDHType() const;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp657 DHType ComponentManager::GetDHType(const std::string &uuid, const std::string &dhId) const in GetDHType() function in OHOS::DistributedHardware::ComponentManager
662 return capability->GetDHType(); in GetDHType()
680 if (dhType == capInfo->GetDHType()) { in GetEnableCapParam()
729 if (dhType == metaInfo->GetDHType()) { in GetEnableMetaParam()
963 .dhType = metaInfo.second->GetDHType() in RecoverDistributedHardware()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_comm_tool.cpp223 .dhType = cap->GetDHType() in ProcessFullCapsRsp()
/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;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp293 * @tc.desc: Verify the GetDHType
301 auto ret = ComponentManager::GetInstance().GetDHType(uuid, dhId); in HWTEST_F()
504 * @tc.desc: Verify the GetDHType function
512 auto ret = ComponentManager::GetInstance().GetDHType(uuid, dhId); in HWTEST_F()
518 * @tc.desc: Verify the GetDHType function
526 auto ret = ComponentManager::GetInstance().GetDHType(UUID_TEST, DH_ID_1); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp276 auto it = DHTypeStrMap.find(info.GetDHType()); in ShowAllCapabilityInfos()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp219 if (cap->GetDHType() != targetDhType) { in QueryLocalSysSpec()

Completed in 10 milliseconds