Searched refs:NEW_CONN_CAP (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 93 OptInt64(json, NEW_CONN_CAP, &value, 1); in HWTEST_F() 94 JSON_AddInt64ToObject(json, NEW_CONN_CAP, -1); in HWTEST_F() 95 OptInt64(json, NEW_CONN_CAP, &value, 1); in HWTEST_F() 453 JSON_AddInt64ToObject(json, NEW_CONN_CAP, -1); in HWTEST_F() 520 JSON_AddInt64ToObject(json, NEW_CONN_CAP, -1); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 129 #define NEW_CONN_CAP "NEW_CONN_CAP" macro 1417 !JSON_AddInt64ToObject(json, NEW_CONN_CAP, info->netCapacity)); in PackCommonEx() 1572 OptInt(json, NEW_CONN_CAP, (int32_t *)&info->netCapacity, -1); in ParseCommonJsonInfo() 1829 !JSON_AddInt64ToObject(json, NEW_CONN_CAP, info->netCapacity) || in PackDeviceInfoBtV1() 1869 OptInt64(json, NEW_CONN_CAP, (int64_t *)&info->netCapacity, -1); in UnpackDeviceInfoBtV1()
|
Completed in 6 milliseconds