Home
last modified time | relevance | path

Searched refs:STATIC_CAP_LENGTH (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp442 JSON_AddInt32ToObject(json, STATIC_CAP_LENGTH, 10); in HWTEST_F()
940 EXPECT_EQ(true, JSON_AddInt32ToObject(obj, STATIC_CAP_LENGTH, DATA_TEST_LEN)); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c141 #define STATIC_CAP_LENGTH "STATIC_CAP_LEN" macro
1223 if (!JSON_AddInt32ToObject(json, STATIC_CAP_LENGTH, info->staticCapLen)) { in PackWifiDirectInfo()
1503 if (!JSON_GetInt32FromOject(json, STATIC_CAP_LENGTH, &info->staticCapLen)) { in UnpackWifiDirectInfo()

Completed in 7 milliseconds