Searched refs:TRANSPORT_PROTOCOL (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 102 #define TRANSPORT_PROTOCOL "TRANSPORT_PROTOCOL" macro 1385 !JSON_AddInt64ToObject(json, TRANSPORT_PROTOCOL, (int64_t)LnnGetSupportedProtocols(info)) || in PackCommonEx() 1706 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackBt() 1776 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackWiFi()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 464 JSON_AddInt64ToObject(json, TRANSPORT_PROTOCOL, 3); in HWTEST_F() 493 JSON_AddInt64ToObject(json, TRANSPORT_PROTOCOL, 63); in HWTEST_F()
|
Completed in 5 milliseconds