Searched refs:devUdid (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/dev_info_mock/src/ |
H A D | dev_info_mock.c | 40 char *devUdid; in HcGetUdid() local 42 devUdid = g_clientDevUdid; in HcGetUdid() 45 devUdid = g_serverDevUdid; in HcGetUdid() 48 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
|
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/common/src/ |
H A D | hc_dev_info_mock.c | 51 char *devUdid; in HcGetUdid() local 53 devUdid = g_clientDevUdid; in HcGetUdid() 56 devUdid = g_serverDevUdid; in HcGetUdid() 59 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/ |
H A D | hks_get_udid.c | 52 uint8_t devUdid[HKS_HARDWARE_UDID_LEN] = {0}; in HksGetHardwareUdid() local 53 struct HksBlob hashData = { HKS_HARDWARE_UDID_LEN, devUdid }; in HksGetHardwareUdid() 58 const uint8_t devUdid[HKS_HARDWARE_UDID_LEN] = { in HksGetHardwareUdid() 66 if (memcpy_s(udid, udidLen, devUdid, HKS_HARDWARE_UDID_LEN) != EOK) { in HksGetHardwareUdid()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | hc_dev_info_mock.c | 46 char *devUdid; in HcGetUdid() local 48 devUdid = g_clientDevUdid; in HcGetUdid() 51 devUdid = g_serverDevUdid; in HcGetUdid() 54 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_disctributed_net_ledger_test.cpp | 958 const char *devUdid = "123456789"; variable 960 ret = LnnSetDLUnifiedDeviceName(devUdid, devName); 976 const char *devUdid = "111111111"; variable 994 const char *devUdid = "2222222222"; variable 996 ret = LnnSetDLDeviceNickNameByUdid(devUdid, devName); 1012 const char *devUdid = "3333333333"; variable 1013 ret = LnnSetDLDeviceStateVersion(devUdid, stateVersion); 1029 const char *devUdid = "123456789"; variable 1046 const char *devUdid = "123456789"; variable 1065 const char *devUdid = "123456789"; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 283 char *devUdid = udid; in RunAsGetUdidCommand() local 284 int ret = GetDevUdid(devUdid, sizeof(udid)); in RunAsGetUdidCommand() 286 cout << devUdid << endl; in RunAsGetUdidCommand()
|
/ohos5.0/base/startup/init/services/etc/param/ |
H A D | ohos.para.dac | 39 const.product.devUdid = root:deviceprivate:0750
|
/ohos5.0/base/security/selinux_adapter/sepolicy/base/public/ |
H A D | parameter_contexts | 33 const.product.devUdid u:object_r:devinfo_private_param:s0
|