Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c214 static void OptInt64(const JsonObj *json, const char * const key, int64_t *target, int64_t defaultValue) in OptInt64() function
1537 OptInt64(json, WIFI_VERSION, &info->wifiVersion, 0); in ParseCommonJsonInfo()
1538 OptInt64(json, BLE_VERSION, &info->bleVersion, 0); in ParseCommonJsonInfo()
1562 OptInt64(json, ACCOUNT_ID, &info->accountId, 0); in ParseCommonJsonInfo()
1578 OptInt64(json, FEATURE, (int64_t *)&info->feature, 0); in ParseCommonJsonInfo()
1579 OptInt64(json, CONN_SUB_FEATURE, (int64_t *)&info->connSubFeature, 0); in ParseCommonJsonInfo()
1711 OptInt64(json, BLE_TIMESTAMP, &info->bleStartTimestamp, DEFAULT_BLE_TIMESTAMP); in UnpackBt()
1859 OptInt64(json, WIFI_VERSION, &info->wifiVersion, 0); in UnpackDeviceInfoBtV1()
1860 OptInt64(json, BLE_VERSION, &info->bleVersion, 0); in UnpackDeviceInfoBtV1()
1865 OptInt64(jso in UnpackDeviceInfoBtV1()
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp93 OptInt64(json, NEW_CONN_CAP, &value, 1); in HWTEST_F()
95 OptInt64(json, NEW_CONN_CAP, &value, 1); in HWTEST_F()

Completed in 6 milliseconds