Home
last modified time | relevance | path

Searched refs:customDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h116 std::string customDesc; member
157 std::string customDesc; member
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp66 jsonObj[TAG_CUSTOM_DESCRIPTION] = authRequestContext_->customDesc; in GetJsonObj()
381 authResponseContext_->customDesc = json[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp197 authRequestContext_->customDesc = jsonObject[CUSTOM_DESCRIPTION_KEY].get<std::string>(); in GetAuthParam()
1405 jsonObj[TAG_CUSTOM_DESCRIPTION] = authResponseContext_->customDesc; in ShowConfigDialog()