Searched refs:fdObj (Results 1 – 1 of 1) sorted by relevance
295 cJSON *fdObj = cJSON_GetObjectItemCaseSensitive(paramJson, KEY_SHARED_MEM_FD.c_str()); in UnmarshalSharedMemory() local296 if (fdObj == nullptr || !cJSON_IsNumber(fdObj)) { in UnmarshalSharedMemory()300 int32_t fd = fdObj->valueint; in UnmarshalSharedMemory()