Home
last modified time | relevance | path

Searched refs:TAG_GROUP_ID (Results 1 – 7 of 7) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_response_auth.cpp65 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()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp140 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()
Ddm_auth_manager.cpp578 jsonObject[TAG_GROUP_ID] = authResponseContext_->groupId; in AddMember()
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_auth_message_processor.cpp125 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;
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h73 const std::string TAG_GROUP_ID = "GROUPID"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h109 const std::string TAG_GROUP_ID = "groupId"; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/hichain/
Dhichain_connector.cpp232 std::string groupId = jsonObject[TAG_GROUP_ID]; in AddMember()