Searched refs:JSON_GetInt64FromOject (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_json.h | 58 bool JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value);
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_devicename_info.c | 257 if (!JSON_GetInt64FromOject(json, KEY_ACCOUNT, &accountId) || in OnReceiveDeviceNickName()
|
H A D | lnn_sync_info_manager.c | 624 if (!JSON_GetInt64FromOject(json, NETWORK_SYNC_CONN_CAP, &peerConnCap) || in BleOffLineProcess() 625 !JSON_GetInt64FromOject(json, NETWORK_SYNC_SEQ, &peerAuthSeq)) { in BleOffLineProcess()
|
H A D | lnn_net_builder.c | 552 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_WIFI, &authSeq[DISCOVERY_TYPE_WIFI]); in LnnProcessCompleteNotTrustedMsg() 553 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_BLE, &authSeq[DISCOVERY_TYPE_BLE]); in LnnProcessCompleteNotTrustedMsg() 554 (void)JSON_GetInt64FromOject(json, NETWORK_TYPE_BR, &authSeq[DISCOVERY_TYPE_BR]); in LnnProcessCompleteNotTrustedMsg()
|
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
H A D | softbus_adapter_json.cpp | 224 bool JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value) in JSON_GetInt64FromOject() function
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 216 if (JSON_GetInt64FromOject(json, key, target)) { in OptInt64() 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()
|
Completed in 10 milliseconds