Home
last modified time | relevance | path

Searched refs:JSON_GetInt32FromOject (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h54 bool JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value);
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info.c117 if (!JSON_GetInt32FromOject(json, JSON_KEY_P2P_ROLE, &info->p2pRole)) { in LnnParseP2pInfoMsg()
132 if (!JSON_GetInt32FromOject(json, JSON_KEY_STA_FREQUENCY, &info->staFrequency)) { in LnnParseP2pInfoMsg()
H A Dlnn_sync_info_manager.c704 if (!JSON_GetInt32FromOject(json, NETWORK_OFFLINE_PORT, &authPort) || in WlanOffLineProcess()
753 if (!JSON_GetInt32FromOject(json, NETWORK_SYNC_TYPE, &peerNetworkType)) { in OnP2pNetworkingDataRecv()
H A Dlnn_net_builder.c808 if (!JSON_GetInt32FromOject(json, JSON_KEY_MASTER_WEIGHT, &para->masterWeight) || in OnReceiveMasterElectMsg()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c207 if (JSON_GetInt32FromOject(json, key, target)) { in OptInt()
976 if (!JSON_GetInt32FromOject(obj, EXCHANGE_ID_TYPE, &idType)) { in SetExchangeIdTypeAndValue()
1026 if (!JSON_GetInt32FromOject(obj, SOFTBUS_VERSION_TAG, (int32_t *)&info->version)) { in UnPackVersionByDeviceId()
1503 if (!JSON_GetInt32FromOject(json, STATIC_CAP_LENGTH, &info->staticCapLen)) { in UnpackWifiDirectInfo()
1552 (void)JSON_GetInt32FromOject(json, CONN_CAP, (int32_t *)&info->netCapacity); in ParseCommonJsonInfo()
1553 (void)JSON_GetInt32FromOject(json, AUTH_CAP, (int32_t *)&info->authCapacity); in ParseCommonJsonInfo()
1554 (void)JSON_GetInt32FromOject(json, HB_CAP, (int32_t *)&info->heartbeatCapacity); in ParseCommonJsonInfo()
1559 (void)JSON_GetInt32FromOject(json, REMAIN_POWER, &info->batteryInfo.batteryLevel); in ParseCommonJsonInfo()
1574 (void)JSON_GetInt32FromOject(json, CONN_CAP, (int32_t *)&info->netCapacity); in ParseCommonJsonInfo()
1587 !JSON_GetInt32FromOject(jso in UnpackCommon()
[all...]
H A Dauth_session_message.c429 if (!JSON_GetInt32FromOject(json, CODE, &messageParse->messageType)) { in IsDeviceMessagePacket()
437 if (JSON_GetInt32FromOject(json, TIME, (int32_t *)&messageParse->cycle)) { in IsDeviceMessagePacket()
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp210 bool JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value) in JSON_GetInt32FromOject() function

Completed in 11 milliseconds