Home
last modified time | relevance | path

Searched refs:GetDHId (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp94 if (strcmp(this->GetDHId().c_str(), metaCapInfo.GetDHId().c_str()) != 0) { in Compare()
134 kvStoreKey.append(this->GetDHId()); in GetKey()
143 kvStoreKey.append(GetAnonyString(this->GetDHId())); in GetAnonymousKey()
153 cJSON_AddStringToObject(jsonObject, DH_ID.c_str(), metaCapInfo.GetDHId().c_str()); in ToJson()
H A Dcapability_info.cpp33 std::string CapabilityInfo::GetDHId() const in GetDHId() function in OHOS::DistributedHardware::CapabilityInfo
195 cJSON_AddStringToObject(jsonObject, DH_ID.c_str(), capability.GetDHId().c_str()); in ToJson()
H A Dcapability_info_manager.cpp408 .dhId = capPtr->GetDHId(), in HandleCapabilityAddChange()
441 std::string enabledDeviceKey = GetCapabilityKey(capPtr->GetDeviceId(), capPtr->GetDHId()); in HandleCapabilityUpdateChange()
452 .dhId = capPtr->GetDHId(), in HandleCapabilityUpdateChange()
488 .dhId = capPtr->GetDHId(), in HandleCapabilityDeleteChange()
509 isMatch = cap->GetDHId().compare(value) == 0; in IsCapabilityMatchFilter()
H A Dmeta_info_manager.cpp415 .dhId = capPtr->GetDHId(), in HandleMetaCapabilityAddChange()
444 std::string enabledDeviceKey = GetCapabilityKey(capPtr->GetDeviceId(), capPtr->GetDHId()); in HandleMetaCapabilityUpdateChange()
455 .dhId = capPtr->GetDHId(), in HandleMetaCapabilityUpdateChange()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp182 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult()
195 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
204 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult()
210 …dScreenSourceCallbackProxy_->OnNotifyRegResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, sta… in OnRegResult()
217 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
223 …dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, s… in OnUnregResult()
H A Ddscreen.cpp682 std::string DScreen::GetDHId() const in GetDHId() function in OHOS::DistributedHardware::V2_0::DScreen
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp193 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult()
206 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
215 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult()
221 …dScreenSourceCallbackProxy_->OnNotifyRegResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, sta… in OnRegResult()
228 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
234 …dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, s… in OnUnregResult()
485 eventContentJson[KEY_DH_ID] = dScreen->GetDHId(); in NotifyRemoteSinkSetUp()
H A Ddscreen.cpp120 std::string DScreen::GetDHId() const in GetDHId() function in OHOS::DistributedHardware::V1_0::DScreen
/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/src/transport/
H A Ddh_comm_tool.cpp216 …e curState = ComponentManager::GetInstance().QueryBusinessState(capsRsp.networkId, cap->GetDHId()); in ProcessFullCapsRsp()
218 …t32_t)curState, GetAnonyString(capsRsp.networkId).c_str(), GetAnonyString(cap->GetDHId()).c_str()); in ProcessFullCapsRsp()
222 .dhId = cap->GetDHId(), in ProcessFullCapsRsp()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp61 …CapabilityInfoManager::GetInstance()->GetCapability(capInfo->GetDeviceId(), capInfo->GetDHId(), in… in ResourceManagerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h49 std::string GetDHId() const;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h91 std::string GetDHId() const;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h100 std::string GetDHId() const;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp671 sourceDHId = capInfo->GetDHId(); in GetEnableCapParam()
690 capability->GetDHId(), metaCapPtr); in GetEnableCapParam()
720 sourceDHId = metaInfo->GetDHId(); in GetEnableMetaParam()
951 .dhId = metaInfo.second->GetDHId(), in RecoverDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp184 if (capabilityValue->GetDHId() == dhItem.dhId) { in CheckNonExistCapabilityInfo()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp290 result.append(GetAnonyString(info.GetDHId())); in ShowAllCapabilityInfos()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp73 dScreen_->GetDHId();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp104 dScreen_->GetDHId();