Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c86 #define DEVICE_UUID "DEVICE_UUID" macro
1136 if (isMetaAuth && !JSON_AddStringToObject(json, DEVICE_UUID, info->uuid)) { in PackCommonDevInfo()
1532 (void)JSON_GetStringFromOject(json, DEVICE_UUID, info->uuid, UDID_BUF_LEN); in ParseCommonJsonInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp452 JSON_AddStringToObject(json, DEVICE_UUID, "123456");