Home
last modified time | relevance | path

Searched refs:TAG_NET_ID (Results 1 – 5 of 5) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_response_auth.cpp63 jsonObj[TAG_NET_ID] = mNetId_; in Encode()
95 …if (!jsonObj.contains(TAG_NET_ID) || !jsonObj.contains(TAG_GROUP_ID) || !jsonObj.contains(TAG_GROU… in Decode()
100 mNetId_ = jsonObj[TAG_NET_ID]; in Decode()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp141 json[TAG_NET_ID] = authResponseContext_->networkId; in CreateResponseAuthMessage()
220 authResponseContext_->networkId = json[TAG_NET_ID]; in ParseAuthResponseMessage()
240 authResponseContext_->networkId = jsonObject[TAG_NET_ID]; in ParseAuthRequestMessage()
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_auth_message_processor.cpp135 jsona[TAG_NET_ID] = authMessageProcessor->authResponseContext_->networkId;
216 jsona[TAG_NET_ID] = authResponseContext->networkId;
251 jsonThumbnail[TAG_NET_ID] = authResponseContext->networkId;
286 jsonThumbnail[TAG_NET_ID] = authResponseContext->networkId;
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h72 const std::string TAG_NET_ID = "NETID"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h108 const std::string TAG_NET_ID = "NETID"; variable