Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dmine_hichain_connector.cpp33 constexpr int32_t DEVICE_UDID_LENGTH = 65; member
154 char deviceUdid[DEVICE_UDID_LENGTH + 1] = {0}; in CreateGroup()
165 int32_t retValue = GetDevUdid(deviceUdid, DEVICE_UDID_LENGTH); in CreateGroup()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp41 const uint32_t DEVICE_UDID_LENGTH = 65; member
366 char innerUdid[DEVICE_UDID_LENGTH] = {0}; in GetLocalUdid()
367 int ret = GetDevUdid(innerUdid, DEVICE_UDID_LENGTH); in GetLocalUdid()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h93 constexpr uint32_t DEVICE_UDID_LENGTH = 65; member
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp57 const int32_t DEVICE_UDID_LENGTH = 65; member
1929 char innerUdid[DEVICE_UDID_LENGTH] = { 0 }; in GetUdid()
1930 int ret = GetDevUdid(innerUdid, DEVICE_UDID_LENGTH); in GetUdid()

Completed in 6 milliseconds