Home
last modified time | relevance | path

Searched refs:DATA_TAG (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp26 static const std::string DATA_TAG = "TEData"; variable
225 if (!AddStringToJsonObject(obj, DATA_TAG.c_str(), uuid) || in Pack()
H A Dauth_session_message_test.cpp347 JSON_AddStringToObject(obj1, DATA_TAG, "123456"); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c49 #define DATA_TAG "TEData" macro
852 if (!JSON_AddStringToObject(obj, DATA_TAG, uuid) || !JSON_AddInt32ToObject(obj, DATA_BUF_SIZE_TAG, PACKET_SIZE) || in PackDeviceIdJson()
1071 if (!JSON_GetStringFromOject(obj, DATA_TAG, info->uuid, UUID_BUF_LEN)) { in UnpackDeviceIdJson()

Completed in 5 milliseconds