Home
last modified time | relevance | path

Searched refs:TAG_CUSTOM_DESCRIPTION (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp53 if (IsString(jsonObject, TAG_CUSTOM_DESCRIPTION)) { in StartAbility()
54 customDescriptionStr = jsonObject[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in StartAbility()
H A Ddm_dialog_manager.cpp91 if (IsString(jsonObject, TAG_CUSTOM_DESCRIPTION)) { in ShowConfirmDialog()
92 customDescriptionStr = jsonObject[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in ShowConfirmDialog()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h35 constexpr const char* TAG_CUSTOM_DESCRIPTION = "CUSTOMDESC"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp70 jsonObj[TAG_CUSTOM_DESCRIPTION] = authRequestContext_->customDesc; in GetJsonObj()
356 if (IsString(json, TAG_CUSTOM_DESCRIPTION)) { in GetAuthReqMessage()
357 authResponseContext_->customDesc = json[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in GetAuthReqMessage()
H A Ddm_auth_manager.cpp1401 jsonObj[TAG_CUSTOM_DESCRIPTION] = authResponseContext_->customDesc; in ShowConfigDialog()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp604 jsonThumbnail[TAG_CUSTOM_DESCRIPTION] = "123"; in HWTEST_F()
650 jsonThumbnail[TAG_CUSTOM_DESCRIPTION] = "123"; in HWTEST_F()
677 jsonThumbnail[TAG_CUSTOM_DESCRIPTION] = "123"; in HWTEST_F()
1555 jsonObj[TAG_CUSTOM_DESCRIPTION] = "1212"; in HWTEST_F()
1578 jsonObj[TAG_CUSTOM_DESCRIPTION] = 1212; in HWTEST_F()

Completed in 9 milliseconds