Searched refs:JSON_GetInt32FromOject (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_json.h | 54 bool JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value);
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_p2p_info.c | 117 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 D | lnn_sync_info_manager.c | 704 if (!JSON_GetInt32FromOject(json, NETWORK_OFFLINE_PORT, &authPort) || in WlanOffLineProcess() 753 if (!JSON_GetInt32FromOject(json, NETWORK_SYNC_TYPE, &peerNetworkType)) { in OnP2pNetworkingDataRecv()
|
H A D | lnn_net_builder.c | 808 if (!JSON_GetInt32FromOject(json, JSON_KEY_MASTER_WEIGHT, ¶->masterWeight) || in OnReceiveMasterElectMsg()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 207 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 D | auth_session_message.c | 429 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 D | softbus_adapter_json.cpp | 210 bool JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value) in JSON_GetInt32FromOject() function
|
Completed in 10 milliseconds