Home
last modified time | relevance | path

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

/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_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 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 Dmeta_info_manager.cpp446 .dhId = capPtr->GetDHId(), in HandleMetaCapabilityAddChange()
475 std::string enabledDeviceKey = GetCapabilityKey(capPtr->GetDeviceId(), capPtr->GetDHId()); in HandleMetaCapabilityUpdateChange()
486 .dhId = capPtr->GetDHId(), in HandleMetaCapabilityUpdateChange()
/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, status, data); in OnRegResult()
217 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
223 dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); in OnUnregResult()
H A Ddscreen.cpp682 std::string DScreen::GetDHId() const in GetDHId() function in OHOS::DistributedHardware::V2_0::DScreen
/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/transport/
H A Ddh_comm_tool.cpp216 BusinessState curState = ComponentManager::GetInstance().QueryBusinessState(capsRsp.networkId, cap->GetDHId()); in ProcessFullCapsRsp()
218 (uint32_t)curState, GetAnonyString(capsRsp.networkId).c_str(), GetAnonyString(cap->GetDHId()).c_str()); in ProcessFullCapsRsp()
222 .dhId = cap->GetDHId(), in ProcessFullCapsRsp()
/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, status, data); in OnRegResult()
228 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult()
234 dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); 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
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h49 std::string GetDHId() const;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp61 CapabilityInfoManager::GetInstance()->GetCapability(capInfo->GetDeviceId(), capInfo->GetDHId(), info); in ResourceManagerFuzzTest()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h100 std::string GetDHId() const;
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h91 std::string GetDHId() const;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp184 if (capabilityValue->GetDHId() == dhItem.dhId) { in CheckNonExistCapabilityInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp682 sourceDHId = capInfo->GetDHId(); in GetEnableCapParam()
701 capability->GetDHId(), metaCapPtr); in GetEnableCapParam()
731 sourceDHId = metaInfo->GetDHId(); in GetEnableMetaParam()
962 .dhId = metaInfo.second->GetDHId(), in RecoverDistributedHardware()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp290 result.append(GetAnonyString(info.GetDHId())); in ShowAllCapabilityInfos()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp104 dScreen_->GetDHId(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp73 dScreen_->GetDHId(); in HWTEST_F()

Completed in 13 milliseconds