Home
last modified time | relevance | path

Searched refs:DM_ITF_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()
38 if (DM_ITF_VER.compare(msgHeadPtr->mItfVer_) == 0) { 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.h89 const std::string DM_ITF_VER = "1.0"; variable
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h129 const std::string DM_ITF_VER = "1.1"; variable