/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/ |
H A D | pin_auth_ui.cpp | 43 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in ShowPinDialog() 44 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in ShowPinDialog() 70 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in InputPinDialog() 71 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in InputPinDialog()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | content_sensor_manager_utils.cpp | 31 constexpr int32_t DEVICE_UUID_LENGTH = 65; member 161 char localUdidTemp[DEVICE_UUID_LENGTH] = {0}; in ObtainLocalUdid() 162 GetDevUdid(localUdidTemp, DEVICE_UUID_LENGTH); in ObtainLocalUdid()
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 212 char localUdid[DEVICE_UUID_LENGTH] = {0}; in HandleOffline() 213 GetDevUdid(localUdid, DEVICE_UUID_LENGTH); in HandleOffline() 250 char localUdid[DEVICE_UUID_LENGTH] = {0}; in HandleOnline() 251 GetDevUdid(localUdid, DEVICE_UUID_LENGTH); in HandleOnline() 618 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in PutIdenticalAccountToAcl() 663 char localDeviceId[DEVICE_UUID_LENGTH]; in GetAppTrustDeviceIdList() 664 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetAppTrustDeviceIdList() 679 char localUdidTemp[DEVICE_UUID_LENGTH] = {0}; in HandleIdentAccountLogout() 680 GetDevUdid(localUdidTemp, DEVICE_UUID_LENGTH); in HandleIdentAccountLogout() 745 char localUdidTemp[DEVICE_UUID_LENGTH] in GetDeviceIdAndBindType() [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/ |
H A D | dm_ability_manager.cpp | 61 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in StartAbility() 62 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in StartAbility()
|
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/ |
H A D | dm_discovery_manager.cpp | 158 char localDeviceId[DEVICE_UUID_LENGTH]; in OnDeviceFound() 159 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in OnDeviceFound() 221 char localDeviceId[DEVICE_UUID_LENGTH]; in OnDeviceFound() 222 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in OnDeviceFound()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 142 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in CreateGroup() 143 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in CreateGroup() 333 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in AddMember() 334 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in AddMember() 486 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in onRequest() 487 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in onRequest() 728 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in DeleteTimeOutGroup() 729 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in DeleteTimeOutGroup() 786 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in CreateGroup() 787 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in CreateGroup() [all...] |
/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 184 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetAnonyLocalUdid() 185 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetAnonyLocalUdid()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_session.cpp | 121 char peerDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetPeerDeviceId() 122 int32_t ret = ::GetPeerDeviceId(sessionId, &peerDeviceId[0], DEVICE_UUID_LENGTH); in GetPeerDeviceId()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 191 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetAuthParam() 192 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetAuthParam() 306 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in UnAuthenticateDevice() 307 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in UnAuthenticateDevice() 392 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in UnBindDevice() 393 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in UnBindDevice() 786 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in AbilityNegotiate() 787 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in AbilityNegotiate() 1319 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in GenerateGroupName() 1320 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GenerateGroupName() [all...] |
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 52 constexpr int32_t DEVICE_UUID_LENGTH = 65; member 452 char peerDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetPeerDeviceId() 453 int32_t ret = ::GetPeerDeviceId(sessionId, &peerDeviceId[0], DEVICE_UUID_LENGTH); in GetPeerDeviceId() 474 char peerDeviceId[DEVICE_UUID_LENGTH] = {0}; in OnSessionOpened() 475 int32_t ret = ::GetPeerDeviceId(sessionId, &peerDeviceId[0], DEVICE_UUID_LENGTH); in OnSessionOpened()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_crypto.cpp | 75 char udidHash[DEVICE_UUID_LENGTH] = {0}; in HWTEST_F()
|
/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_constants.h | 168 constexpr int32_t DEVICE_UUID_LENGTH = 65; member
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 350 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetLocalDeviceInfo() 351 char udidHash[DEVICE_UUID_LENGTH] = {0}; in GetLocalDeviceInfo() 352 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetLocalDeviceInfo() 560 char localUdid[DEVICE_UUID_LENGTH] = {0}; in UnAuthenticateDevice() 561 GetDevUdid(localUdid, DEVICE_UUID_LENGTH); in UnAuthenticateDevice() 671 char localUdid[DEVICE_UUID_LENGTH] = {0}; in UnBindDevice() 672 GetDevUdid(localUdid, DEVICE_UUID_LENGTH); in UnBindDevice()
|
/foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
H A D | dm_credential_manager.cpp | 97 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in RequestCredential() 98 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in RequestCredential()
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 520 char localDeviceId[DEVICE_UUID_LENGTH]; in GetDeviceAclParam() 521 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetDeviceAclParam()
|
/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 985 char localDeviceId[DEVICE_UUID_LENGTH] = {0}; in GetAnonyLocalUdid() 986 GetDevUdid(localDeviceId, DEVICE_UUID_LENGTH); in GetAnonyLocalUdid()
|