Home
last modified time | relevance | path

Searched refs:dstUdid (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp435 std::string dstUdid = GetUdidByNetworkId(dstDeviceId); in CheckDeviceSecurityLevel() local
436 if (dstUdid.empty()) { in CheckDeviceSecurityLevel()
440 DHLOGD("CheckDeviceSecurityLevel srcUdid %{public}s, dstUdid %{public}s.", in CheckDeviceSecurityLevel()
441 GetAnonyString(srcUdid).c_str(), GetAnonyString(dstUdid).c_str()); in CheckDeviceSecurityLevel()
443 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp765 std::string dstUdid = GetUdidByNetworkId(dstDeviceId); in CheckDeviceSecurityLevel() local
766 if (dstUdid.empty()) { in CheckDeviceSecurityLevel()
770 DHLOGD("CheckDeviceSecurityLevel srcUdid %{public}s, dstUdid %{public}s.", in CheckDeviceSecurityLevel()
771 GetAnonyString(srcUdid).c_str(), GetAnonyString(dstUdid).c_str()); in CheckDeviceSecurityLevel()
773 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp667 std::string dstUdid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(dstDeviceId); in CheckDeviceSecurityLevel() local
668 if (dstUdid.empty()) { in CheckDeviceSecurityLevel()
673 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel()

Completed in 4 milliseconds