Searched refs:callerInfoJson (Results 1 – 1 of 1) sorted by relevance
268 cJSON *callerInfoJson = cJSON_CreateObject(); in MarshalCallerInfo() local269 if (callerInfoJson == nullptr) { in MarshalCallerInfo()272 cJSON_AddNumberToObject(callerInfoJson, "Uid", callerInfo_.uid); in MarshalCallerInfo()273 cJSON_AddNumberToObject(callerInfoJson, "Pid", callerInfo_.pid); in MarshalCallerInfo()282 cJSON_Delete(callerInfoJson); in MarshalCallerInfo()288 cJSON_Delete(callerInfoJson); in MarshalCallerInfo()299 char *data = cJSON_Print(callerInfoJson); in MarshalCallerInfo()301 cJSON_Delete(callerInfoJson); in MarshalCallerInfo()305 cJSON_Delete(callerInfoJson); in MarshalCallerInfo()382 …if (callerInfoJson == nullptr || !cJSON_IsString(callerInfoJson) || (callerInfoJson->valuestring =… in Unmarshal()[all …]