Searched refs:JSON_GetInt64FromOject (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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);
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 548 (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 D | lnn_devicename_info.c | 255 if (!JSON_GetInt64FromOject(json, KEY_ACCOUNT, &accountId) || in OnReceiveDeviceNickName()
|
H A D | lnn_sync_info_manager.c | 623 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 D | auth_session_json.c | 216 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()
|