Home
last modified time | relevance | path

Searched refs:TAG_GROUPIDS (Results 1 – 6 of 6) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_sync_group.cpp38 json[TAG_GROUPIDS] = mGroupIdList_; in Encode()
44 if (!json.contains(TAG_DEVICE_ID) || !json.contains(TAG_GROUPIDS)) { in Decode()
52 mGroupIdList_ = json.at(TAG_GROUPIDS).get<std::vector<std::string>>(); in Decode()
Dmsg_response_auth.cpp61 jsonObj[TAG_GROUPIDS] = mSyncGroupList_; in Encode()
80 …onObj.contains(TAG_REPLY) || !jsonObj.contains(TAG_DEVICE_ID) || !jsonObj.contains(TAG_GROUPIDS)) { in Decode()
89 std::vector<std::string> groupList = jsonObj[TAG_GROUPIDS]; in Decode()
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h70 const std::string TAG_GROUPIDS = "GROUPIDLIST"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h106 const std::string TAG_GROUPIDS = "GROUPIDLIST"; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp123 json[TAG_GROUPIDS] = authRequestContext_->syncGroupList; in CreateSyncGroupMessage()
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_auth_message_processor.cpp99 jsona[TAG_GROUPIDS] = authMessageProcessor->authRequestContext_->syncGroupList;