Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c192 static void OptString(const JsonObj *json, const char * const key, in OptString() function
1016 OptString(obj, DEVICE_ID_TAG, info->udid, UDID_BUF_LEN, ""); in UnPackVersionByDeviceId()
1084 OptString(obj, SUPPORT_INFO_COMPRESS, compressParse, PARSE_UNCOMPRESS_STRING_BUFF_LEN, FALSE_STRING_TAG); in UnpackDeviceIdJson()
1533 OptString(json, PKG_VERSION, info->pkgVersion, VERSION_MAX_LEN, ""); in ParseCommonJsonInfo()
1534 OptString(json, UNIFIED_DEVICE_NAME, info->deviceInfo.unifiedName, DEVICE_NAME_BUF_LEN, ""); in ParseCommonJsonInfo()
1535 OptString(json, UNIFIED_DEFAULT_DEVICE_NAME, info->deviceInfo.unifiedDefaultName, DEVICE_NAME_BUF_LEN, ""); in ParseCommonJsonInfo()
1536 OptString(json, SETTINGS_NICK_NAME, info->deviceInfo.nickName, DEVICE_NAME_BUF_LEN, ""); in ParseCommonJsonInfo()
1539 OptString(json, BT_MAC, info->connectInfo.macAddr, MAC_LEN, ""); in ParseCommonJsonInfo()
1540 OptString(json, BLE_MAC, info->connectInfo.bleMacAddr, MAC_LEN, ""); in ParseCommonJsonInfo()
1569 OptString(jso in ParseCommonJsonInfo()
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp86 OptString(json, DEVICE_ID, target, 10, ""); in HWTEST_F()
87 OptString(json, FAST_AUTH, target, 10, ""); in HWTEST_F()

Completed in 9 milliseconds