Searched refs:TAG_GROUP_ID (Results 1 – 7 of 7) sorted by relevance
65 jsonObj[TAG_GROUP_ID] = mGroupId_; in Encode()95 …if (!jsonObj.contains(TAG_NET_ID) || !jsonObj.contains(TAG_GROUP_ID) || !jsonObj.contains(TAG_GROU… in Decode()101 mGroupId_ = jsonObj[TAG_GROUP_ID]; in Decode()
140 groupId = jsonObject[TAG_GROUP_ID]; in CreateResponseAuthMessage()143 json[TAG_GROUP_ID] = groupId; in CreateResponseAuthMessage()222 authResponseContext_->groupId = json[TAG_GROUP_ID]; in ParseAuthResponseMessage()241 authResponseContext_->groupId = jsonObject[TAG_GROUP_ID]; in ParseAuthRequestMessage()
578 jsonObject[TAG_GROUP_ID] = authResponseContext_->groupId; in AddMember()
125 jsonb[TAG_GROUP_ID] = "123456";137 jsona[TAG_GROUP_ID] = "123456";218 jsona[TAG_GROUP_ID] = authResponseContext->groupId;252 jsonThumbnail[TAG_GROUP_ID] = authResponseContext->groupId;287 jsonThumbnail[TAG_GROUP_ID] = authResponseContext->groupId;
73 const std::string TAG_GROUP_ID = "GROUPID"; variable
109 const std::string TAG_GROUP_ID = "groupId"; variable
232 std::string groupId = jsonObject[TAG_GROUP_ID]; in AddMember()