Home
last modified time | relevance | path

Searched refs:DEVICE_ID_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp47 constexpr int32_t DEVICE_ID_SIZE = 65; variable
385 char localDeviceId[DEVICE_ID_SIZE] = {0}; in GetLocalDeviceUdid()
386 GetDevUdid(localDeviceId, DEVICE_ID_SIZE); in GetLocalDeviceUdid()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp39 constexpr int32_t DEVICE_ID_SIZE = 64; variable
62 if (profileKey->udid.size() != DEVICE_ID_SIZE) { in Parse()