Searched defs:msgJson (Results 1 – 3 of 3) 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()
846 bool RelationShipChangeMsg::FromJson(const std::string &msgJson) in FromJson()946 RelationShipChangeMsg ReleationShipSyncMgr::ParseTrustRelationShipChange(const std::string &msgJson) in ParseTrustRelationShipChange()
469 cJSON *msgJson = cJSON_CreateObject(); variable