Searched defs:msgJson (Results 1 – 2 of 2) sorted by relevance
42 cJSON *msgJson = cJSON_CreateObject(); in MarshalMessage() local88 bool AVTransMessage::IsUInt32(const cJSON *msgJson, const std::string &key) in IsUInt32()95 bool AVTransMessage::IsString(const cJSON *msgJson, const std::string &key) in IsString()
424 cJSON *msgJson = cJSON_CreateObject(); variable