Home
last modified time | relevance | path

Searched refs:JSON_GetInt64FromOject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h58 bool JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp224 bool JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value) in JSON_GetInt64FromOject() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c548 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_WIFI, &authSeq[DISCOVERY_TYPE_WIFI]); in LnnProcessCompleteNotTrustedMsg()
549 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_BLE, &authSeq[DISCOVERY_TYPE_BLE]); in LnnProcessCompleteNotTrustedMsg()
550 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_BR, &authSeq[DISCOVERY_TYPE_BR]); in LnnProcessCompleteNotTrustedMsg()
H A Dlnn_devicename_info.c255 if (!JSON_GetInt64FromOject(json, KEY_ACCOUNT, &accountId) || in OnReceiveDeviceNickName()
H A Dlnn_sync_info_manager.c623 if (!JSON_GetInt64FromOject(json, NETWORK_SYNC_CONN_CAP, &peerConnCap) || in BleOffLineProcess()
624 !JSON_GetInt64FromOject(json, NETWORK_SYNC_SEQ, &peerAuthSeq)) { in BleOffLineProcess()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c216 if (JSON_GetInt64FromOject(json, key, target)) { in OptInt64()
1690 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackBt()
1760 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackWiFi()