Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
Dsoftbus_adapter_json.cpp23 #define JSON_LOGE(fmt, ...) COMM_LOGE(COMM_ADAPTER, "[%s] " fmt, __FUNCTION__, ##__VA_ARGS__) macro
30 JSON_LOGE("new JsonObj fail"); in JSON_CreateObject()
35 JSON_LOGE("new nlohmann fail"); in JSON_CreateObject()
70 JSON_LOGE("invalid param"); in JSON_PrintUnformatted()
75 JSON_LOGE("invaild json param"); in JSON_PrintUnformatted()
82 JSON_LOGE("malloc array fail"); in JSON_PrintUnformatted()
86 JSON_LOGE("strcpy json string fail"); in JSON_PrintUnformatted()
97 JSON_LOGE("create json object fail"); in JSON_Parse()
103 JSON_LOGE("cast json fail"); in JSON_Parse()
110 JSON_LOGE("parse json fail"); in JSON_Parse()
[all …]