Searched refs:KEY_SHARED_MEM_NAME (Results 1 – 3 of 3) sorted by relevance
131 cJSON_AddNumberToObject(cJsonObj2, KEY_SHARED_MEM_NAME.c_str(), 1);142 cJSON_AddStringToObject(cJsonObj3, KEY_SHARED_MEM_NAME.c_str(), "mem_name_test");
76 const std::string KEY_SHARED_MEM_NAME = "sharedMemoryName"; variable
276 cJSON_AddStringToObject(memoryJson, KEY_SHARED_MEM_NAME.c_str(), memory.name.c_str()); in MarshalSharedMemory()307 cJSON *nameObj = cJSON_GetObjectItemCaseSensitive(paramJson, KEY_SHARED_MEM_NAME.c_str()); in UnmarshalSharedMemory()