Searched refs:devIdentify (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/ |
H A D | device_permission_verification.cpp | 131 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 D | distributed_sched_permission.cpp | 684 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 D | daudio_sink_manager.cpp | 457 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 D | dcamera_sink_controller.cpp | 787 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