Home
last modified time | relevance | path

Searched refs:devIdentify (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp131 DeviceIdentify devIdentify; in ReqDestDevSecLevel() local
132 devIdentify.length = DEVICE_ID_MAX_LEN; in ReqDestDevSecLevel()
133 int ret = memcpy_s(devIdentify.identity, DEVICE_ID_MAX_LEN, udid.c_str(), DEVICE_ID_MAX_LEN); in ReqDestDevSecLevel()
137 ret = RequestDeviceSecurityInfoAsync(&devIdentify, nullptr, DevicePermissionVerification::MLDevSecInfoCb); in ReqDestDevSecLevel()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp684 DeviceIdentify devIdentify; in GetDeviceSecurityLevel() local
685 devIdentify.length = DEVICE_ID_MAX_LEN; in GetDeviceSecurityLevel()
686 int32_t ret = memcpy_s(devIdentify.identity, DEVICE_ID_MAX_LEN, udid.c_str(), udid.length()); in GetDeviceSecurityLevel()
692 ret = RequestDeviceSecurityInfo(&devIdentify, nullptr, &info); in GetDeviceSecurityLevel()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp457 DeviceIdentify devIdentify; in GetDeviceSecurityLevel() local
458 devIdentify.length = DEVICE_ID_MAX_LEN; in GetDeviceSecurityLevel()
459 int32_t ret = memcpy_s(devIdentify.identity, DEVICE_ID_MAX_LEN, udid.c_str(), DEVICE_ID_MAX_LEN); in GetDeviceSecurityLevel()
465 ret = RequestDeviceSecurityInfo(&devIdentify, nullptr, &info); in GetDeviceSecurityLevel()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp787 DeviceIdentify devIdentify; in GetDeviceSecurityLevel() local
788 devIdentify.length = DEVICE_ID_MAX_LEN; in GetDeviceSecurityLevel()
789 int32_t ret = memcpy_s(devIdentify.identity, DEVICE_ID_MAX_LEN, udid.c_str(), DEVICE_ID_MAX_LEN); in GetDeviceSecurityLevel()
795 ret = RequestDeviceSecurityInfo(&devIdentify, nullptr, &info); in GetDeviceSecurityLevel()

Completed in 5 milliseconds