Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_head.cpp24 json[TAG_VER] = DM_ITF_VER; in Encode()
30 if (json.contains(TAG_TYPE) == false || json.contains(TAG_VER) == false) { in Decode()
36 msgHeadPtr->mItfVer_ = json[TAG_VER]; in Decode()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp41 jsonObj[TAG_VER] = DM_ITF_VER; in CreateAuthRequestMessage()
63 jsonThumbnailObj[TAG_VER] = DM_ITF_VER; in CreateAuthRequestMessage()
83 jsonObj[TAG_VER] = DM_ITF_VER; in CreateSimpleMessage()
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_softbus_session.cpp97 jsonObj[TAG_VER] = DM_ITF_VER;
DUTTest_auth_message_processor.cpp60 jsonObj[TAG_VER] = DM_ITF_VER;
69 jsonObject[TAG_VER] = DM_ITF_VER;
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h87 const std::string TAG_VER = "ITF_VER"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h126 const std::string TAG_VER = "ITF_VER"; variable