Searched refs:DATA_TAG (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_net_ledger_mock.cpp | 26 static const std::string DATA_TAG = "TEData"; variable 225 if (!AddStringToJsonObject(obj, DATA_TAG.c_str(), uuid) || in Pack()
|
H A D | auth_session_message_test.cpp | 347 JSON_AddStringToObject(obj1, DATA_TAG, "123456"); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 49 #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