Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/dispatch/
Dmessage_processing.cpp41 !extraJson.contains(APP_DESCRIPTION_KEY) || in CheckParamValid()
48 std::string appDescription = extraJson[APP_DESCRIPTION_KEY]; in CheckParamValid()
/foundation/distributedhardware/devicemanager/ext/mini/common/include/
Dconstants.h133 const std::string APP_DESCRIPTION_KEY = "appDescription"; variable
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_request_auth.cpp43 if (!jsonObject.contains(APP_NAME_KEY) || !jsonObject.contains(APP_DESCRIPTION_KEY)) { in MsgRequestAuth()
67 mAppDescription_ = jsonObject[APP_DESCRIPTION_KEY]; in MsgRequestAuth()
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h132 const std::string APP_DESCRIPTION_KEY = "appDescription"; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Ddm_auth_manager.cpp124 if (jsonObject.contains(APP_DESCRIPTION_KEY)) { in AuthenticateDevice()
125 authRequestContext_->appDesc = jsonObject[APP_DESCRIPTION_KEY]; in AuthenticateDevice()